Skip to content

Commit 90c98cf

Browse files
committed
full hrottle numpy 2 and python 3.13
1 parent 71e13c1 commit 90c98cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ channels:
55
- nodefaults
66

77
dependencies:
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
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',

0 commit comments

Comments
 (0)