mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix docs build error (#709)
This commit is contained in:
@@ -10,6 +10,8 @@ build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
commands:
|
||||
- git fetch --tags --unshallow || true
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
|
||||
@@ -21,3 +21,4 @@ RUN python -m pip install -e .
|
||||
RUN pip install catboost
|
||||
RUN pip install xgboost
|
||||
RUN pip install scipy==1.11.4
|
||||
RUN pip install tables
|
||||
|
||||
Reference in New Issue
Block a user