Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed May 31, 2024
1 parent 73f2d53 commit f9e6d42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 39 deletions.
41 changes: 5 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ packages = [{include = "classy_classification"}]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
spacy = {extras = ["transformers"], version = ">=3,<4"}
sentence-transformers = ">=2,<4"
scikit-learn = ">1,<2"
spacy = {extras = ["transformers"], version = "^3.0"}
sentence-transformers = "^2.0"
scikit-learn = "^1.0"
pandas = ">=1,<2"
transformers = {extras = ["torch"], version = ">4.20,<5"}
terminado = "<0.18"
Expand Down

0 comments on commit f9e6d42

Please sign in to comment.