Skip to content

Commit 844b361

Browse files
committed
test again
1 parent 45d6c7e commit 844b361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- matplotlib
1212
- nctoolkit >=0.8.7 # use linux64 build
1313
- netcdf4
14-
- numpy >=2.0.0 # >1.24.3
14+
- numpy >=2.0.0
1515
- pip !=21.3
1616
- python >=3.9
1717
- pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'matplotlib',
3131
'nctoolkit>=0.8.7', # use linux64 build
3232
'netcdf4',
33-
'numpy>=2.0.0', # >1.24.3',
33+
'numpy>=2.0.0',
3434
'pip!=21.3',
3535
'pyyaml',
3636
'scikit-learn',

0 commit comments

Comments
 (0)