Skip to content

Commit

Permalink
trying another version of torch
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Jul 29, 2024
1 parent 0506c43 commit 5821bd2
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 @@ dependencies = [
"pandas>=1.4.0;python_version<'3.11'",
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
"pandas>=2.1.1;python_version>='3.12'",
"torch>=1.9.1;python_version<'3.10'",
"torch>=1.10.0;python_version<'3.10'",
"torch>=1.11.0;python_version>='3.10' and python_version<'3.11'",
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
"torch>=2.2.0;python_version>='3.12'",
Expand Down

0 comments on commit 5821bd2

Please sign in to comment.