Skip to content
Snippets Groups Projects
Commit 744b1553 authored by Lan Dam's avatar Lan Dam
Browse files

Merge branch 'fix_numpy_to_1.26.4_while_waiting_for_new_release_of_obspy' into 'develop'

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

See merge request !333
parents 16751350 6abd7299
No related branches found
No related tags found
1 merge request!333Add constraint less than 2.0 for numpy's version while waiting for new obspy's release
Pipeline #4068 passed with stage
in 6 minutes and 13 seconds
......@@ -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
......
......@@ -32,7 +32,7 @@ setup(
],
},
install_requires=[
'numpy>=1.23.0',
'numpy >=1.23.0,<2.0',
'obspy>=1.3.0',
'PySide6>=6.5.2',
'matplotlib>=3.5.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment