File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies:
123
123
# 2. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
124
124
# We constrain/pin here to avoid breaking changes on rebuilds.
125
125
- jupyterlite-core>=0.5.0,<0.6.0
126
- - jupyterlite-pyodide-kernel== 0.5.2
126
+ - jupyterlite-pyodide-kernel=0.5.2
127
127
128
128
- pip :
129
129
- adbc-driver-postgresql>=0.10.0
Original file line number Diff line number Diff line change @@ -84,12 +84,9 @@ markdown
84
84
feedparser
85
85
pyyaml
86
86
requests
87
-
88
- # keep in sync with environment.yml
89
- jupyterlite-core >= 0.5.0 ,< 0.6 ,0
90
- jupyterlite-pyodide-kernel == 0.5.2
91
-
92
87
pygments
88
+ jupyterlite-core >= 0.5.0 ,< 0.6.0
89
+ jupyterlite-pyodide-kernel == 0.5.2
93
90
adbc-driver-postgresql >= 0.10.0
94
91
adbc-driver-sqlite >= 0.8.0
95
92
typing_extensions ; python_version < "3.11"
You can’t perform that action at this time.
0 commit comments