Skip to content

Commit 4b518f0

Browse files
committed
Less struict specification of numpy
1 parent 2e08be6 commit 4b518f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'loopsage': ['forcefields/*'],
2121
},
2222
install_requires=[ # List your package dependencies here
23-
'numpy==1.24.3',
23+
'numpy>1.2,<2.0',
2424
'numba',
2525
'scipy',
2626
'pandas',

0 commit comments

Comments
 (0)