Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusritschel committed Jul 10, 2024
1 parent da4905f commit fc98d43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ readme = "README.md"
license = {file = "LICENSE"}
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = []
dependencies = [
"click",
"colorama",
"numpy",
"pandas",
"tqdm",
"xarray",
]


[project.scripts]
Expand Down

0 comments on commit fc98d43

Please sign in to comment.