Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 48c2518

Browse files
authored
Bound requirement of jupyterlite (#160)
1 parent 9d2a2f7 commit 48c2518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
packages=setuptools.find_packages(exclude=["tests"]),
6060
install_requires=[
6161
"traitlets",
62-
"jupyterlite-core>=0.1.0",
62+
"jupyterlite-core>=0.1,<0.2",
6363
"requests",
6464
"empack>=3.1,<4",
6565
"typer",

0 commit comments

Comments
 (0)