Commit 41d79a06 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Remove duplicated dependencies


Former-commit-id: 1cfc2f71
parent fff8b4f7
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -21,30 +21,22 @@ build:
requirements:
  host:
    - python
    - numpy {{ numpy }}

  build:
    - setuptools
    - versioneer

  run:
    - docutils
    - jsonschema>=3.0.2
    - lmfit
    - matplotlib  # is this necessary
    - mpld3
    - numpy {{ numpy }}
    - numexpr
    - pandas
    - sortedcontainers
    - tinydb
    - ipywidgets
    - tinydb  # not imported
    - ipywidgets # not imported
    - python {{ python }}
    - mantidworkbench
    - mpld3
    - pandas
    - sortedcontainers
    - tinydb

test:
  imports: