Skip to content

Commit

Permalink
Require scikit-learn 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jan 11, 2025
1 parent 06311f6 commit 83618d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [
"numpy>=2.0.0",

# scikit-learn requirements
"scikit-learn~=1.6.0; python_version<='3.13'",
"scikit-learn~=1.6.1; python_version<='3.13'",
"scikit-learn; python_version>'3.13'",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies = [
"osqp !=0.6.0,!=0.6.1",
"pandas >=1.4.0",
"scipy >=1.3.2",
"scikit-learn >=1.6.0,<1.7",
"scikit-learn >=1.6.1,<1.7",
]
dynamic = ["version"]

Expand Down

0 comments on commit 83618d4

Please sign in to comment.