We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b411c commit 0da9513Copy full SHA for 0da9513
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install dependencies (python)
34
run: |
35
- python -m pip install --upgrade pip wheel twine codecov sphinx nbsphinx ipython ipykernel pydata-sphinx-theme requests sphinx-copybutton matplotlib
+ python -m pip install --upgrade pip wheel twine codecov "sphinx>4,<5" nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton matplotlib
36
pip install -r requirements.txt
37
pip install -e .
38
0 commit comments