Skip to content

Commit

Permalink
build(torch): relax torch constraints to allow for torch v2
Browse files Browse the repository at this point in the history
Issue: #135
  • Loading branch information
matteo4diani committed Nov 13, 2023
1 parent 5dde465 commit 04fc9af
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 @@ -8,12 +8,12 @@ packages = [{include = "auton_survival"}]

[tool.poetry.dependencies]
python = "^3.8"
torch = "^1.13"
torch = ">=1.13"
numpy = "^1.24"
pandas = "^1.5"
tqdm = "^4.66"
scikit-learn = "^1.2"
torchvision = "^0.14"
torchvision = ">=0.14"
scikit-survival = "^0.21"
lifelines = "^0.26"

Expand Down

0 comments on commit 04fc9af

Please sign in to comment.