Skip to content

Commit 4ab2d79

Browse files
committed
fix: correct jupyter-book version for vercel build
1 parent f215068 commit 4ab2d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docs:
3030
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C /usr/local bin/micromamba
3131

3232
.venv:
33-
micromamba create -p ./.venv -y -c conda-forge python=3.10 pip wheel cython numpy jupyter-book autodocsumm
33+
micromamba create -p ./.venv -y -c conda-forge python=3.10 pip wheel cython numpy jupyter-book=1.0 autodocsumm
3434
micromamba run -p ./.venv pip install -e ".[build]"
3535

3636
.vercel/output/config.json:

0 commit comments

Comments
 (0)