Skip to content
Snippets Groups Projects
Commit bbbf444d authored by Kien Le's avatar Kien Le
Browse files

Merge branch 'meta-update_matplotlib_version_constraint' into 'develop'

Update matplotlib version constraint

See merge request !334
parents 7d69cf99 78477c26
No related branches found
No related tags found
1 merge request!334Update matplotlib version constraint
Pipeline #4139 passed with stage
in 17 minutes and 5 seconds
......@@ -18,7 +18,7 @@ requirements:
- numpy >=1.23.0,<2.0
- obspy >=1.3.0
- PySide6>=6.5.2
- matplotlib>=3.5.0
- matplotlib>=3.6.2
test:
source_files:
......
......@@ -35,7 +35,7 @@ setup(
'numpy >=1.23.0,<2.0',
'obspy>=1.3.0',
'PySide6>=6.5.2',
'matplotlib>=3.5.0',
'matplotlib>=3.6.2',
],
setup_requires=[],
extras_require={
......
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