Skip to content

Commit

Permalink
fix minimum test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Mar 4, 2024
1 parent ebc9cda commit 20a11de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ dependencies = [
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
"pandas>=1.5.0;python_version>='3.11'",
"scikit-learn>=0.24,<2;python_version<'3.10'",
"scikit-learn>=1.1.0,<2;python_version>='3.10' and python_version<'3.11'",
"scikit-learn>=1.1.3,<2;python_version>='3.11'",
"scikit-learn>=1.1.3,<2;python_version>='3.10'",
"torch>=1.8.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'",
Expand Down

0 comments on commit 20a11de

Please sign in to comment.