Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Nov 2, 2023
1 parent 350b8d8 commit 6466466
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ dependencies = [
"panel",
"param",
"requests",
"xarray"
"xarray",
"netcdf4",
"pooch",
]

[tool.hatch.envs.default.scripts]
Expand Down Expand Up @@ -74,7 +76,9 @@ ui = [
"panel",
"param",
"requests",
"xarray"
"xarray",
"netcdf4",
"pooch",
]

[project.urls]
Expand Down

0 comments on commit 6466466

Please sign in to comment.