Skip to content

Commit

Permalink
Relax python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Feb 15, 2024
1 parent 62e3008 commit 2cc23b1
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, <3.12"
python = ">=3.10"
protobuf = "^4.22.3"
ipykernel = "^6.22.0"
pandas = "^2.0.0"
Expand Down

0 comments on commit 2cc23b1

Please sign in to comment.