We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d6c7e commit 844b361Copy full SHA for 844b361
environment.yml
@@ -11,7 +11,7 @@ dependencies:
11
- matplotlib
12
- nctoolkit >=0.8.7 # use linux64 build
13
- netcdf4
14
- - numpy >=2.0.0 # >1.24.3
+ - numpy >=2.0.0
15
- pip !=21.3
16
- python >=3.9
17
- pyyaml
setup.py
@@ -30,7 +30,7 @@
30
'matplotlib',
31
'nctoolkit>=0.8.7', # use linux64 build
32
'netcdf4',
33
- 'numpy>=2.0.0', # >1.24.3',
+ 'numpy>=2.0.0',
34
'pip!=21.3',
35
'pyyaml',
36
'scikit-learn',
0 commit comments