Skip to content

Commit

Permalink
getting the requirements right?
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed May 19, 2022
1 parent 100134e commit c259880
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
28 changes: 17 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@

# Other packages depend on numpy so install early
numpy
scipy
matplotlib
nose
pytest
cython
netcdf4
dill
future

cython
dill
future
gitpython
pyproj
pymetis
matplotlib
meshpy
mpi4py
netcdf4
Pmw
pymetis
pytest
pytz
nbsphinx
scipy
utm

# gdal is a problem.
setuptools<58.0.1
gdal==3.0.4
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
zip_safe=False, # the package can run out of an .egg file
include_package_data=True,
install_requires=['pytest',
'nose',
'numpy',
'scipy',
'netcdf4',
Expand Down

0 comments on commit c259880

Please sign in to comment.