Skip to content

Commit

Permalink
undoing pytorch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Dec 30, 2024
1 parent d79b41c commit 14a76e0
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 @@ -40,7 +40,7 @@ dependencies = [
"seaborn >=0.13.0",
"SQLAlchemy >=2.0.0",
"toml >=0.10.2",
"torch >=2.4.0",
"torch >=2.0.1",
"urllib3",
"uvicorn >= 0.27.0.post1",
"websocket >= 0.2.1",
Expand Down Expand Up @@ -109,7 +109,7 @@ scikit-image = ">=0.21.0"
seaborn = ">=0.13.0"
SQLAlchemy = ">=2.0.0"
toml = ">=0.10.2"
pytorch = {version = ">=2.4.0", channel = "pytorch"}
pytorch = {version = ">=2.0.1", channel = "pytorch"}
urllib3 = "*"
uvicorn = ">= 0.27.0.post1"
websocket = ">= 0.2.1"
Expand Down

0 comments on commit 14a76e0

Please sign in to comment.