add poetry packages

This commit is contained in:
tanmayshishodia
2024-08-03 09:51:26 +05:30
parent 18da73a783
commit 807ddfdedb
2 changed files with 383 additions and 35 deletions
+5
View File
@@ -39,6 +39,11 @@ jax = {version = "0.4.26", extras = ["cuda12"]}
jaxlib = "0.4.26"
huggingface_hub = {version = "0.23.0", extras = ["cli"]}
scikit-learn = "1.0.2"
typer = "^0.12.3"
wandb = "^0.17.5"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
[build-system]
requires = ["poetry-core"]