Skip to content

Commit

Permalink
Remove upper limit on required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Mar 28, 2024
1 parent 0cf3bc6 commit ad1d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Dustin Carlino <[email protected]>", "Hadrien Salat <hsalat@turi
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10"
click = "^8.1.3"
pandas = "^2.0.0"
protobuf = "^4.22.3"
Expand Down

0 comments on commit ad1d826

Please sign in to comment.