Skip to content

Commit

Permalink
limit pytorch version less 2.1.0 fixing windows CI pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
piterand committed Oct 17, 2023
1 parent 6db98bb commit 4a5c2c0
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 @@ -46,7 +46,7 @@ dependencies = [
"setuptools",
"spacy",
"tensorflow<=2.12.3",
"torch<=2.1.0",
"torch<2.1.0",
"transformers",
"google-cloud-vision",
"dash_renderjson",
Expand Down

0 comments on commit 4a5c2c0

Please sign in to comment.