Skip to content
Snippets Groups Projects

Add constraint less than 2.0 for numpy's version while waiting for new obspy's release

Merged Lan Dam requested to merge fix_numpy_to_1.26.4_while_waiting_for_new_release_of_obspy into develop
1 unresolved thread
+ 1
1
@@ -32,7 +32,7 @@ setup(
],
},
install_requires=[
'numpy>=1.23.0',
'numpy==1.24.4',
Please register or sign in to reply
'obspy>=1.3.0',
'PySide6>=6.5.2',
'matplotlib>=3.5.0',
Loading