Skip to content

Commit

Permalink
Limit Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed May 31, 2024
1 parent 8451838 commit c16bc1d
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 @@ -27,7 +27,7 @@ packages = [{include = "classy_classification"}]


[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.8,<3.12"
spacy = {extras = ["transformers"], version = "^3.0"}
sentence-transformers = "^2.0"
scikit-learn = "^1.0"
Expand Down

0 comments on commit c16bc1d

Please sign in to comment.