Skip to content

Commit

Permalink
Merge pull request #100 from valeriupredoi/pin_numpy
Browse files Browse the repository at this point in the history
cleanup pins in conda `environment.yml` and pin numpy `!= 1.24.3`
  • Loading branch information
valeriupredoi authored Jul 20, 2023
2 parents 7cadd93 + 8aaf424 commit 81227db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ channels:
- nodefaults

dependencies:
- basemap>=1.3.6
- basemap >=1.3.6
- cartopy
- matplotlib
- nctoolkit >=0.8.7 # use linux64 build
- netcdf4
- numpy
- pip!=21.3
- python>=3.9
- numpy !=1.24.3
- pip !=21.3
- python >=3.9
- pyyaml
- scipy
- scikit-learn
# Python packages - dependencies for testing
- flake8
- iris
- pytest>=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov>=2.10.1
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov >=2.10.1
- pytest-env
- pytest-html!=2.1.0
- pytest-metadata>=1.5.1
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-mypy
- pytest-mock
- pytest-xdist
# Python packages - dependencies for documentation building
- autodocsumm>=0.2.2
- sphinx>=5
- autodocsumm >=0.2.2
- sphinx >=5
- sphinx_rtd_theme
# Python packages needed for installing in development mode
- codespell
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'matplotlib',
'nctoolkit>=0.8.7', # use linux64 build
'netcdf4',
'numpy',
'numpy!=1.24.3',
'pip!=21.3',
'pyyaml',
'scikit-learn',
Expand Down

0 comments on commit 81227db

Please sign in to comment.