File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55# No .ipynb files should be stored in this repository.
66* .ipynb
77
8+ # Jupyterlite Database
9+ .jupyterlite.doit.db
10+
811# We treat this repository as a library, not an application, and thus we do not
912# include the lockfile in source control. For a specific event, like a
1013# workshop, we suggest committing the lockfile on a branch dedicated to the
@@ -95,9 +98,6 @@ target/
9598# Jupyter Notebook
9699.ipynb_checkpoints
97100
98- # Jupyterlite Database
99- .jupyterlite.doit.db
100-
101101# IPython
102102profile_default /
103103ipython_config.py
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ jupyterlab-myst = ">=2.4"
4242pytest = " >=8.3.5,<9"
4343nbval = " >=0.11.0,<0.12"
4444jupytext = " >=1.17.1,<2"
45- ipympl = " * "
45+ ipympl = " >=0.9 "
4646
4747[feature .base .pypi-dependencies ]
4848sphinx = " >=8.0.2"
@@ -71,10 +71,10 @@ platforms = ["emscripten-wasm32"]
7171
7272[feature .jupyterlite-runtime .dependencies ]
7373xeus-python = " *"
74- python = " * "
75- matplotlib = " * "
76- ipympl = " * "
77- jupytext = " * "
74+ python = " >=3.11 "
75+ matplotlib = " >=3.9 "
76+ ipympl = " >=0.9 "
77+ jupytext = " >=1.16 "
7878
7979[feature .jupyterlite-host ]
8080channels = [" conda-forge" ]
You can’t perform that action at this time.
0 commit comments