Skip to content

Commit

Permalink
SPEC 0: Set minimum supported versions to pandas>=2.0 and xarray>=202…
Browse files Browse the repository at this point in the history
…3.04 (#3460)
  • Loading branch information
seisman authored Sep 28, 2024
1 parent 89021cd commit ac10158
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
include:
- python-version: '3.10'
numpy-version: '1.24'
pandas-version: '=1.5'
xarray-version: '=2022.09'
pandas-version: '=2.0'
xarray-version: '=2023.04'
optional-packages: ''
- python-version: '3.12'
numpy-version: '2.1'
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- gmt=6.5.0
- ghostscript=10.04.0
- numpy>=1.24
- pandas>=1.5
- xarray>=2022.09
- pandas>=2.0
- xarray>=2023.04
- netCDF4
- packaging
# Optional dependencies
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ classifiers = [
]
dependencies = [
"numpy>=1.24",
"pandas>=1.5",
"xarray>=2022.09",
"pandas>=2.0",
"xarray>=2023.04",
"netCDF4",
"packaging",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required packages
numpy>=1.24
pandas>=1.5
xarray>=2022.09
pandas>=2.0
xarray>=2023.04
netCDF4
packaging

0 comments on commit ac10158

Please sign in to comment.