Skip to content

Commit

Permalink
Merge pull request #89 from valeriupredoi/pin-nctoolkit
Browse files Browse the repository at this point in the history
Pin nctoolkit to use linux64 build rather than noarch
  • Loading branch information
valeriupredoi authored Feb 27, 2023
2 parents 250cd17 + e342ecf commit 78445a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- basemap>=1.3.6
- cartopy
- matplotlib
- nctoolkit
- nctoolkit >=0.8.7 # use linux64 build
- netcdf4
- numpy
- pip!=21.3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
'basemap>=1.3.6',
'cartopy',
'matplotlib',
'netcdf4!=1.6.1', # https://github.com/ESMValGroup/ESMValCore/pull/1724
'nctoolkit>=0.8.7', # use linux64 build
'netcdf4',
'numpy',
'pip!=21.3',
'pyyaml',
Expand Down

0 comments on commit 78445a2

Please sign in to comment.