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_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
numpy=1.26
pandas
xarray
packaging
packaging=24.2
contextily=1.5
geopandas=1.0
ipython
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy>=1.26
- pandas>=2.1
- xarray>=2023.07
- packaging
- packaging>=24.2
# Optional dependencies
- contextily>=1.5
- geopandas>=1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"numpy>=1.26",
"pandas>=2.1",
"xarray>=2023.07",
"packaging",
"packaging>=24.2",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
numpy>=1.26
pandas>=2.1
xarray>=2023.07
packaging
packaging>=24.2