Skip to content

Commit

Permalink
fix: add missing dependencies to load MSWEP data (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
maawoo authored Nov 18, 2024
1 parent b9e7a10 commit 2649ccf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ channels:
- conda-forge
dependencies:
- python<3.13
- cftime
- dask
- dask-jobqueue>=0.8.5
- dask-labextension
- datashader
- flox
- geopandas
- hvplot
- h5netcdf
- jupyterlab>=4.1.0
- jupyter-book
- matplotlib
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ channels:
- conda-forge
dependencies:
- python<3.13
- cftime
- dask
- dask-jobqueue>=0.8.5
- dask-labextension
- datashader
- flox
- geopandas
- hvplot
- h5netcdf
- jupyterlab>=4.1.0
- matplotlib
- nodejs
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ readme = "README.md"
license = {text = "MIT License"}
requires-python = "<3.13"
dependencies = [
"cftime",
"dask",
"dask-jobqueue>=0.8.5",
"datashader",
"flox",
"geopandas",
"hvplot",
"h5netcdf",
"jupyterlab>=4.1.0",
"matplotlib",
"nodejs",
Expand Down

0 comments on commit 2649ccf

Please sign in to comment.