Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Feb 5, 2024
1 parent fd99e75 commit 7ff9d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pre-commit = "2.21.0"
ruff = "^0.1.14"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
torch = "*"
torchvision = "*"
torch = "1.13.1"
torchvision = "0.9.1"

[tool.poetry.scripts]
excore = 'excore.cli.launch:app'
Expand Down

0 comments on commit 7ff9d17

Please sign in to comment.