Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pandas==2.2.2
pooch==1.8.1
pint==0.23
pyproj==3.6.1
rasterio==1.3.9
scipy==1.13.0
traitlets==5.14.3
xarray==2024.3.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"pint>=0.17",
"pooch>=1.2.0",
"pyproj>=3.0.0",
"rasterio>=1.3.9",
"scipy>=1.8.0",
"traitlets>=5.0.5",
"xarray>=0.21.0"
Expand Down
Loading