Skip to content

Commit

Permalink
Add dependencies for xclim to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Mar 9, 2025
1 parent 490e02c commit 96df1b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion venv/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ async-timeout
attrs
basemap
basemap-data
boltons
botocore
Bottleneck
Cartopy
Expand Down Expand Up @@ -96,6 +97,7 @@ jedi
Jinja2
jmespath
joblib
jsonpickle
jsonschema
jsonschema-specifications
jupyterlab_widgets
Expand Down Expand Up @@ -191,9 +193,10 @@ urllib3
wcwidth
wrapt
xarray
xclim
xeofs
xhistogram
xrft
yamale
yarl
zarr
xclim
5 changes: 4 additions & 1 deletion venv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async-timeout == 5.0.1
attrs == 24.2.0
basemap == 1.4.1
basemap-data == 1.3.2
boltons == 25.0.0
botocore == 1.35.36
Bottleneck == 1.4.2
Cartopy == 0.24.1
Expand Down Expand Up @@ -99,6 +100,7 @@ jedi == 0.19.2
Jinja2 == 3.1.6
jmespath == 1.0.1
joblib == 1.4.2
jsonpickle == 4.0.2
jsonschema == 4.23.0
jsonschema-specifications == 2024.10.1
jupyterlab_widgets == 3.0.13
Expand Down Expand Up @@ -194,9 +196,10 @@ urllib3 == 2.2.3
wcwidth == 0.2.13
wrapt == 1.17.0
xarray == 2024.11.0
xclim == 0.55.1
xeofs == 3.0.4
xhistogram == 0.3.2
xrft == 1.0.1
yamale == 6.0.0
yarl == 1.18.3
zarr == 2.18.3
xclim == 0.55.1

0 comments on commit 96df1b7

Please sign in to comment.