Skip to content

Commit 821d17d

Browse files
Unpin JupyterLite-specific dependencies
1 parent 85e2f82 commit 821d17d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
"sphinx!=7.3.2,!=7.3.3,!=7.3.4,!=7.3.5,!=7.3.6" pytest \
4343
traits memory_profiler "ipython!=8.7.0" plotly graphviz \
4444
"pyvista>=0.44.0" "docutils>=0.18" imageio pydata-sphinx-theme \
45-
"jupyterlite-sphinx>=0.8.0,<0.9.0" "jupyterlite-pyodide-kernel<0.1.0" \
45+
"jupyterlite-sphinx>=0.17.1" "jupyterlite-pyodide-kernel" \
4646
libarchive-c "sphinxcontrib-video>=0.2.1rc0" intersphinx_registry
4747
pip uninstall -yq vtk # pyvista installs vtk above
4848
pip install --upgrade --only-binary ":all" --extra-index-url https://wheels.vtk.org vtk-osmesa

.github/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$DISTRIB" == "mamba" ]; then
1313
if [ "$PLATFORM" != "Linux" ]; then
1414
conda remove -y memory_profiler
1515
fi
16-
PIP_DEPENDENCIES="jupyterlite-sphinx>=0.8.0,<0.9.0 jupyterlite-pyodide-kernel<0.1.0 libarchive-c numpy"
16+
PIP_DEPENDENCIES="jupyterlite-sphinx>=0.17.1 jupyterlite-pyodide-kernel libarchive-c numpy"
1717
elif [ "$DISTRIB" == "minimal" ]; then
1818
PIP_DEPENDENCIES=""
1919
elif [ "$DISTRIB" == "pip" ]; then

0 commit comments

Comments
 (0)