Skip to content

Commit

Permalink
Fix missing pytest dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Oct 16, 2023
1 parent 3135072 commit b6ef2df
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
50 changes: 49 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ seaborn = "^0.12.2"
matplotlib = "^3.7.3"
google-cloud-storage = "^2.10.0"
tqdm = "^4.66.1"
glcm-cupy = "0.2.1"
xxhash = "^3.4.1"


Expand All @@ -28,10 +27,12 @@ priority = "explicit"

[tool.poetry.group.dev.dependencies]
torch = "^2.1.0"
glcm-cupy = "0.2.1"
torchvision = "^0.16.0"
torchaudio = "^2.1.0"
lightning = "^2.0.9.post0"
cupy-cuda12x = "^12.2.0"
pytest = "^7.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit b6ef2df

Please sign in to comment.