Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Remove numpy version pin (should have been part of #107)
  • Loading branch information
RalfG authored Nov 19, 2024
1 parent 490f6d7 commit 097587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires-python = ">=3.7"
dependencies = [
"click",
"lxml",
"numpy < 2", # NOTE: openms currenly doesn't support numpy 2.0, but doesn't have a version requirement
"numpy",
"pandas",
"psims",
"pyarrow",
Expand Down

0 comments on commit 097587e

Please sign in to comment.