Skip to content

Commit ac10158

Browse files
authored
SPEC 0: Set minimum supported versions to pandas>=2.0 and xarray>=2023.04 (#3460)
1 parent 89021cd commit ac10158

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
include:
7272
- python-version: '3.10'
7373
numpy-version: '1.24'
74-
pandas-version: '=1.5'
75-
xarray-version: '=2022.09'
74+
pandas-version: '=2.0'
75+
xarray-version: '=2023.04'
7676
optional-packages: ''
7777
- python-version: '3.12'
7878
numpy-version: '2.1'

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies:
88
- gmt=6.5.0
99
- ghostscript=10.04.0
1010
- numpy>=1.24
11-
- pandas>=1.5
12-
- xarray>=2022.09
11+
- pandas>=2.0
12+
- xarray>=2023.04
1313
- netCDF4
1414
- packaging
1515
# Optional dependencies

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"numpy>=1.24",
34-
"pandas>=1.5",
35-
"xarray>=2022.09",
34+
"pandas>=2.0",
35+
"xarray>=2023.04",
3636
"netCDF4",
3737
"packaging",
3838
]

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Required packages
22
numpy>=1.24
3-
pandas>=1.5
4-
xarray>=2022.09
3+
pandas>=2.0
4+
xarray>=2023.04
55
netCDF4
66
packaging

0 commit comments

Comments
 (0)