Skip to content

Commit

Permalink
build: fallback to non-CUDA version of torch
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 4, 2024
1 parent d4f5113 commit ab35245
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 2 deletions.
93 changes: 92 additions & 1 deletion poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ safe-ds-runner = "safeds_runner.main:main"

[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.22.1,<0.23"
hypercorn = "^0.16.0"
psutil = "^5.9.8"
pydantic = "^2.7.0"
quart = "^0.19.4"
safe-ds = ">=0.22.1,<0.23"
torch = "^2.3.0"
torchvision = "^0.18.0"

[tool.poetry.dev-dependencies]
pytest = "^8.2.0"
Expand Down

0 comments on commit ab35245

Please sign in to comment.