From 25e478648433b11ca266354bea6c544ce2e7c19e Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Tue, 24 Mar 2026 15:55:07 +0100 Subject: [PATCH] test debug for linux runner --- .gitlab-ci.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc853a86..6853a7d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ build-developers-doc: - pip3 install -U pip - pip3 install -r ../full-requirements.txt - pip3 install -U -r ../full-requirements.txt - - pip3 install pdoc + - pip3 install pdoc3 - pdoc --html . # Create archive - tar cf html.tar ./html diff --git a/requirements.txt b/requirements.txt index 4e37de9e..7c313480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ PyQt5-sip==12.18.0 QScintilla>=2.14.1 pyqtgraph>=0.12.1 matplotlib>=3.7.1, < 3.10.0 -numpy>=1.24.2 +numpy==1.24.2 colorama>=0.4.3 pyinstaller>=5.11.0 shapely>=2.0.1