Skip to content

Commit

Permalink
Explicitly add scikit-learn 1.5.1 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 4, 2024
1 parent d483615 commit 6b46fda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ dependencies = [
"mokapot>=0.9",
"ms2pip>=4.0.0-dev10",
"ms2rescore_rs",
# "numpy==1.24.3; python_version == '3.11'", # Incompatibility with sklearn, pygam, and TF...
# "numpy>=1.16.0; python_version != '3.11'",
"numpy>=1.16.0",
"scikit-learn==1.5.1; python_version == '3.11'",
"pandas>=1.0",
"plotly>=5",
"psm_utils>=0.9",
Expand Down

0 comments on commit 6b46fda

Please sign in to comment.