Skip to content

Commit

Permalink
Relax numpy version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 4, 2024
1 parent 54f0fe5 commit d483615
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 @@ -43,8 +43,7 @@ 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",
"pandas>=1.0",
"plotly>=5",
"psm_utils>=0.9",
Expand Down

0 comments on commit d483615

Please sign in to comment.