Skip to content
Snippets Groups Projects
Commit 540771be authored by Dominique Benielli's avatar Dominique Benielli
Browse files

add pyproject.toml

parent f9c58521
Branches
Tags
No related merge requests found
Pipeline #16274 failed
...@@ -23,7 +23,7 @@ doc: ...@@ -23,7 +23,7 @@ doc:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .[doc] - pip install -e .[doc]
- rm -Rf build - rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts: artifacts:
......
numpy==1.24.1 numpy==1.24.1
scikit-learn>=1.2.1 scikit-learn==1.2.1
scipy scipy
cvxopt==1.3.0 cvxopt==1.3.0
six six
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment