Skip to content

Commit

Permalink
add to poetry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
14renus committed Jan 17, 2025
1 parent fe30f43 commit 1d9a9db
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 13 deletions.
138 changes: 127 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies = [
"lightning (>=2.5.0.post0,<3.0.0)",
"zarr (>=3.0.0,<4.0.0)",
"einops (>=0.8.0,<0.9.0)",
"ruff (>=0.9.2,<0.10.0)",
"tensordict (>=0.6.2,<0.7.0)",
"scipy (>=1.15.1,<2.0.0)",
"pyshtools (>=4.13.1,<5.0.0)",
Expand Down Expand Up @@ -59,7 +58,13 @@ ignore = [


[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"


[tool.poetry.group.dev.dependencies]
pytest = "*"
ruff = "*"
codespell = "*"
pre-commit = "*"

[project.scripts]
geoarches-main = 'geoarches.main_hydra:main'
Expand Down

0 comments on commit 1d9a9db

Please sign in to comment.