Skip to content

Commit b2c0eb2

Browse files
committed
chore: lock jupyter-book to 1.0
Will upgrade to 2 in a separate build
1 parent b0f82a1 commit b2c0eb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
jupyter-book
1+
jupyter-book~=1.0
22
matplotlib
33
numpy

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"autodocsumm",
3333
"build",
3434
"cython",
35-
"jupyter-book",
35+
"jupyter-book ~= 1.0",
3636
"pre-commit",
3737
"pyright",
3838
"pytest",
@@ -42,7 +42,7 @@ dev = [
4242
"setuptools"
4343
]
4444

45-
build = ["build", "autodocsumm", "cython", "jupyter-book"]
45+
build = ["build", "autodocsumm", "cython", "jupyter-book ~= 1.0"]
4646

4747
[project.urls]
4848
Homepage = "https://tools.cryosparc.com"

0 commit comments

Comments
 (0)