Skip to content

Commit 2f2300f

Browse files
committed
Refactor requirements
Previous requirements forcing older versions of jupyter-book.
1 parent e92c528 commit 2f2300f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Build requirements
2-
-r requirements.txt
32
# To upgrade certificates; needed for Python.org install.
43
# certifi
54
# Also: https://stackoverflow.com/a/79235523
65
# export SSL_CERT_FILE=$(python3 -m certifi)
76
pre-commit
87
sphinx-book-theme@git+https://github.com/executablebooks/sphinx-book-theme@56874cb
98
sphinx_exercise
10-
jupyter-book
9+
jupyter-book>=1
10+
-r requirements.txt
1111
# To allow static build / upload
1212
ghp-import

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sympy==1.14.0
99
statsmodels==0.14.4
1010
seaborn==0.13.2
1111
pytest>=8.3
12-
sphinx>=8.2
12+
sphinx
1313
sphinx-copybutton
1414
coverage>=7.6
1515
Pillow

0 commit comments

Comments
 (0)