Skip to content

Commit bdbcae8

Browse files
authored
Restrict Python version and update numpy requirement
Updated Python version requirements and numpy dependency.
1 parent 8e6e410 commit bdbcae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
license="Apache Software License 2.0",
2828
zip_safe=False,
2929
test_suite="tests",
30-
python_requires='>=3.9',
30+
python_requires='>=3.9, <3.13',
3131
install_requires=[
3232
"matchms>=0.24.0,<=0.26.4",
33-
"numpy",
33+
"numpy<2.0", # Once fixed the python requied <3.13 can probably also be removed.
3434
"torch<2.6",
3535
"spec2vec>=0.6.0",
3636
"h5py",

0 commit comments

Comments
 (0)