Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
include:
# Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
- python-version: '3.11'
numpy-version: '1.25'
numpy-version: '1.26'
pandas-version: '=2.1'
xarray-version: '=2023.04'
optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray sphinx-gallery'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python=3.11
gmt=${{ matrix.gmt_version }}
ghostscript<10
numpy<2
numpy=1.26
pandas
xarray
netCDF4
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# Required dependencies
- gmt=6.5.0
- ghostscript=10.04.0
- numpy>=1.25
- numpy>=1.26
- pandas>=2.1
- xarray>=2023.04
- netCDF4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"numpy>=1.25",
"numpy>=1.26",
"pandas>=2.1",
"xarray>=2023.04",
"netCDF4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required packages
numpy>=1.25
numpy>=1.26
pandas>=2.1
xarray>=2023.04
netCDF4
Expand Down
Loading