Skip to content

Commit

Permalink
Merge pull request #250 from iomega/fix_add_losses_bug
Browse files Browse the repository at this point in the history
Set matchms version to max 0.26.4
  • Loading branch information
niekdejonge committed Aug 6, 2024
2 parents a45afdc + f7778ce commit aa60ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.26.4",
"numpy",
"spec2vec>=0.6.0",
"h5py",
Expand All @@ -41,6 +41,7 @@
"tqdm",
"matplotlib",
"skl2onnx",
"onnx<1.16.2",
"onnxruntime<1.16", # 1.16 breaks the code due to the issue https://github.com/iomega/ms2query/issues/208
],
extras_require={"dev": ["bump2version",
Expand Down

0 comments on commit aa60ff7

Please sign in to comment.