Skip to content

Commit

Permalink
build: upgrade torch and let transformers pick the version (#3727)
Browse files Browse the repository at this point in the history
* test torch 1.13.1 release

* let transformers handle torch version
  • Loading branch information
julian-risch committed Dec 16, 2022
1 parent 4292659 commit adde194
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -48,10 +48,9 @@ classifiers = [
]
dependencies = [
"importlib-metadata; python_version < '3.8'",
"torch>1.9,<1.13",
"requests",
"pydantic",
"transformers==4.25.1",
"transformers[torch]==4.25.1",
"nltk",
"pandas",
"rank_bm25",
Expand Down

0 comments on commit adde194

Please sign in to comment.