Skip to content

Commit b6c17aa

Browse files
committed
Add back python <4
1 parent b8f3dbd commit b6c17aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent"
1818
]
19-
requires-python = ">=3.10"
19+
requires-python = ">=3.10,<4"
2020
dependencies = [
21-
"click >=8.1.7",
22-
"datasets >=3.0.1",
21+
"click>=8.1.7",
22+
"datasets>=3.0.1",
2323
"tokenizers>=0.20.0",
2424
"ray[default]>=2.34.0",
2525
"pyyaml>=6.0.2",

0 commit comments

Comments
 (0)