Skip to content

Commit 9c9023d

Browse files
Fix minimum pin for jupyterlite-core
1 parent c1bd25f commit 9c9023d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies:
122122
# 1. https://jupyterlite-pyodide-kernel.readthedocs.io/en/stable/#compatibility
123123
# 2. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
124124
# We constrain/pin here to avoid breaking changes on rebuilds.
125-
- jupyterlite-core>0.5.0,<0.6.0
125+
- jupyterlite-core>=0.5.0,<0.6.0
126126
- jupyterlite-pyodide-kernel==0.5.2
127127

128128
- pip:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pyyaml
8686
requests
8787

8888
# keep in sync with environment.yml
89-
jupyterlite-core>0.5.0,<0.6,0
89+
jupyterlite-core>=0.5.0,<0.6,0
9090
jupyterlite-pyodide-kernel==0.5.2
9191

9292
pygments

0 commit comments

Comments
 (0)