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

Commit a9010a6

Browse files
authored
Update to jupyterlite-core==0.1.0b20 (#118)
* Update to `jupyterlite-core==0.1.0b20` * Update in setup.py * Require Python 3.8
1 parent 59aa264 commit a9010a6

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docs/build-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
- jupyterlab
1414
- empack >=2.0.9,<3
1515
- pip:
16-
- jupyterlite-core==0.1.0b19
16+
- jupyterlite-core==0.1.0b20
1717
- jupyterlite-sphinx
1818
- ..

docs/jupyter-lite.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
packages=setuptools.find_packages(exclude=["tests"]),
6060
install_requires=[
6161
"traitlets",
62-
"jupyterlite-core>=0.1.0b19",
62+
"jupyterlite-core>=0.1.0b20",
6363
"requests",
6464
"empack>=2.0.9,<3",
6565
"typer",
6666
],
6767
zip_safe=False,
6868
include_package_data=True,
69-
python_requires=">=3.6",
69+
python_requires=">=3.8",
7070
platforms="Linux, Mac OS X, Windows",
7171
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
7272
classifiers=[

0 commit comments

Comments
 (0)