Skip to content

Commit

Permalink
restrict matchms to < 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber authored Jul 16, 2024
1 parent 65726d4 commit 16c533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
test_suite="tests",
python_requires='>=3.9',
install_requires=[
"matchms>=0.24.0",
"matchms>=0.24.0,<0.27",
"numpy>1.22,<1.27",
"scipy>=1.11,<1.13",
"spec2vec>=0.6.0",
Expand Down

0 comments on commit 16c533f

Please sign in to comment.