Skip to content

Commit 097587e

Browse files
authored
Update pyproject.toml
Remove numpy version pin (should have been part of #107)
1 parent 490f6d7 commit 097587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.7"
2222
dependencies = [
2323
"click",
2424
"lxml",
25-
"numpy < 2", # NOTE: openms currenly doesn't support numpy 2.0, but doesn't have a version requirement
25+
"numpy",
2626
"pandas",
2727
"psims",
2828
"pyarrow",

0 commit comments

Comments
 (0)