Skip to content
Snippets Groups Projects

Change flake8 pipeline's python image

Merged Kien Le requested to merge pipeline-fix_flake8_using_old_python_image into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 6fc92a9c
    Revert PySide version requirement · 6fc92a9c
    Kien Le authored
    The updated PySide constraint is only for testing purpose in the
    previous commit. The constraint will be updated in other MRs when
    needed.
+ 1
1
@@ -20,7 +20,7 @@ requirements:
@@ -20,7 +20,7 @@ requirements:
- python >=3.9
- python >=3.9
- numpy >=1.23.0,<2.0
- numpy >=1.23.0,<2.0
- obspy >=1.3.0
- obspy >=1.3.0
- PySide6>=6.7
- PySide6>=6.5.2
- matplotlib>=3.6.2
- matplotlib>=3.6.2
test:
test:
Loading