Skip to content

Commit

Permalink
Do not limit python version
Browse files Browse the repository at this point in the history
  • Loading branch information
twoertwein committed Jun 22, 2023
1 parent 6057d61 commit 2a0354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Torsten Wörtwein <[email protected]>"]
license = "BSD-3-Claus"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10"
pandas = ">=1.2.3"
numpy = ">=1.20.1"
torch = "^2.0.0"
Expand Down

0 comments on commit 2a0354a

Please sign in to comment.