Skip to content

Commit

Permalink
pip: should install all dpes
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Apr 10, 2018
1 parent 468ba6a commit b6ba573
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
author_email='opesci@imperial.ac.uk',
license='MIT',
packages=find_packages(exclude=['docs', 'examples', 'tests']),
install_requires=['numpy', 'sympy>=1.1', 'mpmath', 'cgen', 'codepy',
'psutil', 'py-cpuinfo', 'cached-property', 'multidict'],
install_requires=['numpy', 'sympy>=1.1', 'mpmath', 'cgen', 'codepy', 'frozendict',
'psutil', 'py-cpuinfo', 'cached-property', 'multidict',
'scikit-image', 'dask', 'distributed'],
dependency_links=["git+https://github.com/opesci/pyrevolvet#egg=pyrevolve-master",],
test_requires=['pytest', 'flake8', 'isort'])

0 comments on commit b6ba573

Please sign in to comment.