diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d4bf8d5..72b1614 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - run: python -m pip install --upgrade pip - run: python -m pip install pdoc - run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - run: python -m pip install scikit-learn==1.2.2 + - run: python -m pip install scikit-learn==1.2 - run: python -m pip install numpy==1.26.4 # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.