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