Skip to content

Commit d40c440

Browse files
authored
SPEC 0: Bump minimum supported versions to xarray 2022.06 (#3151)
1 parent bbf909d commit d40c440

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- python-version: '3.10'
7171
numpy-version: '1.23'
7272
pandas-version: '=1.5'
73-
xarray-version: '=2022.03'
73+
xarray-version: '=2022.06'
7474
optional-packages: ''
7575
- python-version: '3.12'
7676
numpy-version: '1.26'

doc/minversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ after their initial release.
1212

1313
| PyGMT Version | GMT | Python | NumPy | Pandas | Xarray |
1414
|---|---|---|---|---|---|
15-
| [Dev][]* [[Docs][Docs Dev]] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.03 |
15+
| [Dev][]* [[Docs][Docs Dev]] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 |
1616
| [v0.11.0][] [[Docs][Docs v0.11.0]] | >=6.3.0 | >=3.9 | >=1.23 | | |
1717
| [v0.10.0][] [[Docs][Docs v0.10.0]] | >=6.3.0 | >=3.9 | >=1.22 | | |
1818
| [v0.9.0][] [[Docs][Docs v0.9.0]] | >=6.3.0 | >=3.8 | >=1.21 | | |

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- ghostscript=10.03.0
1010
- numpy>=1.23
1111
- pandas>=1.5
12-
- xarray>=2022.03
12+
- xarray>=2022.06
1313
- netCDF4
1414
- packaging
1515
# Optional dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"numpy>=1.23",
3434
"pandas>=1.5",
35-
"xarray>=2022.03",
35+
"xarray>=2022.06",
3636
"netCDF4",
3737
"packaging",
3838
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Required packages
22
numpy>=1.23
33
pandas>=1.5
4-
xarray>=2022.03
4+
xarray>=2022.06
55
netCDF4
66
packaging

0 commit comments

Comments
 (0)