File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ channels:
55 - nodefaults
66
77dependencies :
8- - basemap >=1.3.6
8+ - basemap >=2.0 # earliest support for Python 3.13
99 - cartopy
1010 - jsondiff
1111 - matplotlib
1212 - nctoolkit >=0.8.7 # use linux64 build
1313 - netcdf4
14- - numpy >1.24.3 # ,<2.0 # needs thorough checking when released
14+ - numpy
1515 - pip !=21.3
1616 - python >=3.10
1717 - pyyaml
Original file line number Diff line number Diff line change 2424 # Installation dependencies
2525 # Use with pip install . to install from source
2626 'install' : [
27- 'basemap>=1.3.6' ,
27+ 'basemap>=2.0' , # earliest support for Python 3.13
2828 'cartopy' ,
2929 'jsondiff' ,
3030 'matplotlib' ,
3131 'nctoolkit>=0.8.7' , # use linux64 build
3232 'netcdf4' ,
33- 'numpy>1.24.3,<2.0 ' ,
33+ 'numpy' ,
3434 'pip!=21.3' ,
3535 'pyyaml' ,
3636 'scikit-learn' ,
You can’t perform that action at this time.
0 commit comments