File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,11 @@ dependencies:
117
117
- pygments # Code highlighting
118
118
119
119
# 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:
122
121
# 1. https://jupyterlite-pyodide-kernel.readthedocs.io/en/stable/#compatibility
123
122
# 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
127
125
128
126
- pip :
129
127
- adbc-driver-postgresql>=0.10.0
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ feedparser
85
85
pyyaml
86
86
requests
87
87
pygments
88
- jupyterlite-core >= 0.5.0 , < 0.6.0
89
- jupyterlite-pyodide-kernel == 0.5.2
88
+ jupyterlite-core
89
+ jupyterlite-pyodide-kernel
90
90
adbc-driver-postgresql >= 0.10.0
91
91
adbc-driver-sqlite >= 0.8.0
92
92
typing_extensions ; python_version < "3.11"
You can’t perform that action at this time.
0 commit comments