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

Fix flake8 pipeline

parent 45e929a6
No related branches found
No related tags found
1 merge request!358Change flake8 pipeline's python image
Pipeline #4326 passed with stage
in 4 minutes and 2 seconds
This commit is part of merge request !358. Comments created here will be created in the context of that merge request.
......@@ -23,7 +23,7 @@ before_script:
- apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
flake8:
image: python:3.8
image: python:3.11
tags:
- passoft
stage: Build Env and Test
......
......@@ -20,7 +20,7 @@ requirements:
- python >=3.9
- numpy >=1.23.0,<2.0
- obspy >=1.3.0
- PySide6>=6.5.2
- PySide6>=6.7
- matplotlib>=3.6.2
test:
......
......@@ -34,7 +34,7 @@ setup(
install_requires=[
'numpy >=1.23.0,<2.0',
'obspy>=1.3.0',
'PySide6>=6.5.2',
'PySide6>=6.7',
'matplotlib>=3.6.2',
],
setup_requires=[],
......
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