Skip to content

Commit dbafd5d

Browse files
committed
Add Python constraint to Torch due to required [email protected] not being available on Python3.12
1 parent 32f5fd3 commit dbafd5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ psutil = "^5.9.8"
1717
pydantic = "1.10.7"
1818
pandas = {version = "^2.2.0", extras=["dataset"]}
1919
plotly = {version = "^5.18.0", extras=["plot"]}
20-
torch = {version = "^2.1.2", extras = ["torch"]}
20+
torch = {version = "^2.1.2", extras = ["torch"], python = "<3.12"}
2121
numpy = {version = "^1.26.3", extras=["dataset"]}
2222
matplotlib = {version = "^3.8.2", extras=["plot"]}
2323

0 commit comments

Comments
 (0)