Skip to content

Commit

Permalink
pyopenms breaks with numpy > 2.0. Temporarily requiring numpy be less…
Browse files Browse the repository at this point in the history
… than 2.0.
  • Loading branch information
CCranney committed Jun 21, 2024
1 parent 5cc037c commit c05118e
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 @@ dependencies = [
'pyteomics>=4.4.1',
'matplotlib>=3.3.4',
'numba>=0.53.1',
'numpy>=1.20.1',
'numpy<2.0',
'pandas>=1.2.2',
'Bio>=0.4.1',
'PyQt5>=5.15.4',
Expand Down

0 comments on commit c05118e

Please sign in to comment.