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 e92c528 commit 2f2300fCopy full SHA for 2f2300f
build_requirements.txt
@@ -1,12 +1,12 @@
1
# Build requirements
2
--r requirements.txt
3
# To upgrade certificates; needed for Python.org install.
4
# certifi
5
# Also: https://stackoverflow.com/a/79235523
6
# export SSL_CERT_FILE=$(python3 -m certifi)
7
pre-commit
8
sphinx-book-theme@git+https://github.com/executablebooks/sphinx-book-theme@56874cb
9
sphinx_exercise
10
-jupyter-book
+jupyter-book>=1
+-r requirements.txt
11
# To allow static build / upload
12
ghp-import
requirements.txt
@@ -9,7 +9,7 @@ sympy==1.14.0
statsmodels==0.14.4
seaborn==0.13.2
pytest>=8.3
-sphinx>=8.2
+sphinx
13
sphinx-copybutton
14
coverage>=7.6
15
Pillow
0 commit comments