Skip to content

Commit 4d56cea

Browse files
Properly generate dev requirements file
1 parent 3ce9723 commit 4d56cea

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

environment.yml

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

128128
- pip:
129129
- adbc-driver-postgresql>=0.10.0

requirements-dev.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,9 @@ markdown
8484
feedparser
8585
pyyaml
8686
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-
9287
pygments
88+
jupyterlite-core>=0.5.0,<0.6.0
89+
jupyterlite-pyodide-kernel==0.5.2
9390
adbc-driver-postgresql>=0.10.0
9491
adbc-driver-sqlite>=0.8.0
9592
typing_extensions; python_version<"3.11"

0 commit comments

Comments
 (0)