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

Update to jupyterlite-core==0.1.0b20 #118

Merged
merged 3 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
- jupyterlab
- empack >=2.0.9,<3
- pip:
- jupyterlite-core==0.1.0b19
- jupyterlite-core==0.1.0b20
- jupyterlite-sphinx
- ..
8 changes: 0 additions & 8 deletions docs/jupyter-lite.json

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=[
"traitlets",
"jupyterlite-core>=0.1.0b19",
"jupyterlite-core>=0.1.0b20",
"requests",
"empack>=2.0.9,<3",
"typer",
],
zip_safe=False,
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.8",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
classifiers=[
Expand Down