Skip to content

Commit

Permalink
Merge sklearn build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jan 8, 2024
1 parent df36511 commit 9c5fa21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ requires = [
"numpy; python_version>'3.12'",

# scikit-learn requirements
"scikit-learn~=1.3.0; python_version<='3.9'",
"scikit-learn~=1.3.0; python_version=='3.10'",
"scikit-learn~=1.3.0; python_version=='3.11'",
"scikit-learn~=1.3.0; python_version=='3.12'",
"scikit-learn~=1.3.0; python_version<='3.12'",
"scikit-learn; python_version>'3.12'",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 9c5fa21

Please sign in to comment.