Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermeille authored Nov 7, 2024
1 parent 0ebc106 commit ab3f15b
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 @@ -5,8 +5,8 @@ description = ""
authors = ["Guillaume Sanchez <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
torch = "^1.0"
python = ">3.8"
torch = ">2"

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

0 comments on commit ab3f15b

Please sign in to comment.