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
Files
2
+ 1
1
@@ -15,7 +15,7 @@ requirements:
- pip
run:
- python >=3.9
- numpy>=1.23.0
- numpy >=1.23.0,<2.0
- obspy >=1.3.0
- PySide6>=6.5.2
- matplotlib>=3.5.0
Loading