Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 6, 2024
1 parent 947ca7c commit a24bbde
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dynamic = ["version"]

requires-python = ">=3.10"
dependencies = [
"numpy",
"torch",
"einops",
"numpy==1.26.2",
"torch==2.2.0",
"einops==0.6.1",
"timm==0.6.13",
"huggingface-hub",
]
Expand All @@ -50,7 +50,6 @@ dev = [
"ruff==0.4.1",
"pre-commit",
"jupyter-book",
"torch==2.2.0",
]

[project.urls]
Expand Down

0 comments on commit a24bbde

Please sign in to comment.