Skip to content

Commit

Permalink
Improved the pip installability of scitools-iris. (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson authored Feb 14, 2018
1 parent 92b8670 commit 4423598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cartopy
matplotlib<1.9
netcdf4
numpy
scipy
# pyke (not pip installable) #conda: pyke
cf_units
dask>=0.15.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def extract_version():
zip_safe=False,

setup_requires=pip_requirements('setup'),
install_requires=pip_requirements('core'),
install_requires=pip_requirements('setup') + pip_requirements('core'),
tests_require=['{}[test]'.format(pypi_name)],
extras_require = {
'test': pip_requirements('test'),
Expand Down

0 comments on commit 4423598

Please sign in to comment.