Skip to content

Commit

Permalink
Impose minimum versions of our dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Goldbaum committed May 15, 2017
1 parent 5d5ff0b commit 1c37fdf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,11 @@ def run(self):
packages=find_packages(),
include_package_data = True,
install_requires=[
'matplotlib',
'matplotlib>=1.5.3',
'setuptools>=19.6',
'sympy',
'numpy',
'IPython',
'cython',
'sympy>=1.0',
'numpy>=1.9',
'IPython>=1.0',
],
extras_require = {
'hub': ["girder_client"]
Expand Down

0 comments on commit 1c37fdf

Please sign in to comment.