Skip to content

Commit 391ce1e

Browse files
Unpin jupyterlite-pyodide-kernel and JupyterLite
1 parent 582deb0 commit 391ce1e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

environment.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ dependencies:
117117
- pygments # Code highlighting
118118

119119
# web interactive REPL
120-
# Pyodide kernel version 0.5.2 comes with Pyodide 0.27.1
121-
# which in-turn comes with pandas 2.2.3:
120+
# see the following links for more context:
122121
# 1. https://jupyterlite-pyodide-kernel.readthedocs.io/en/stable/#compatibility
123122
# 2. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
124-
# We constrain/pin here to avoid breaking changes on rebuilds.
125-
- jupyterlite-core>=0.5.0,<0.6.0
126-
- jupyterlite-pyodide-kernel=0.5.2
123+
- jupyterlite-core
124+
- jupyterlite-pyodide-kernel
127125

128126
- pip:
129127
- adbc-driver-postgresql>=0.10.0

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ feedparser
8585
pyyaml
8686
requests
8787
pygments
88-
jupyterlite-core>=0.5.0,<0.6.0
89-
jupyterlite-pyodide-kernel==0.5.2
88+
jupyterlite-core
89+
jupyterlite-pyodide-kernel
9090
adbc-driver-postgresql>=0.10.0
9191
adbc-driver-sqlite>=0.8.0
9292
typing_extensions; python_version<"3.11"

0 commit comments

Comments
 (0)