From 540771be9619d122b6ec708faf92743c158429e1 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Thu, 15 May 2025 22:45:51 +0200 Subject: [PATCH] add pyproject.toml --- .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 ca94dd5..5a6bd12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ doc: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - - pip3 install -e .[doc] + - pip install -e .[doc] - rm -Rf build - python3 setup.py build_sphinx artifacts: diff --git a/requirements.txt b/requirements.txt index 7f3709a..8f8d9ea 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.1 -scikit-learn>=1.2.1 +scikit-learn==1.2.1 scipy cvxopt==1.3.0 six -- GitLab