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

Merge branch 'develop' into i177_zoomout

parents 55687373 f8047d55
No related branches found
No related tags found
1 merge request!323zoom out
......@@ -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',
......
No preview for this file type
No preview for this file type
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