Skip to content

Commit

Permalink
Lower python version to allow colab
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas K <totonga@gmail.com>
  • Loading branch information
totonga authored Oct 8, 2024
1 parent 7536e6f commit 6b3f4db
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 @@ -28,7 +28,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Information Analysis",
]
requires-python = ">=3.10.14"
requires-python = ">=3.10.12"
dynamic = ["version"]
dependencies = [
"protobuf>=5.27.0,<6.0.0",
Expand Down

0 comments on commit 6b3f4db

Please sign in to comment.