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 5
5
# No .ipynb files should be stored in this repository.
6
6
* .ipynb
7
7
8
+ # Jupyterlite Database
9
+ .jupyterlite.doit.db
10
+
8
11
# We treat this repository as a library, not an application, and thus we do not
9
12
# include the lockfile in source control. For a specific event, like a
10
13
# workshop, we suggest committing the lockfile on a branch dedicated to the
@@ -95,9 +98,6 @@ target/
95
98
# Jupyter Notebook
96
99
.ipynb_checkpoints
97
100
98
- # Jupyterlite Database
99
- .jupyterlite.doit.db
100
-
101
101
# IPython
102
102
profile_default /
103
103
ipython_config.py
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ jupyterlab-myst = ">=2.4"
42
42
pytest = " >=8.3.5,<9"
43
43
nbval = " >=0.11.0,<0.12"
44
44
jupytext = " >=1.17.1,<2"
45
- ipympl = " * "
45
+ ipympl = " >=0.9 "
46
46
47
47
[feature .base .pypi-dependencies ]
48
48
sphinx = " >=8.0.2"
@@ -71,10 +71,10 @@ platforms = ["emscripten-wasm32"]
71
71
72
72
[feature .jupyterlite-runtime .dependencies ]
73
73
xeus-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 "
78
78
79
79
[feature .jupyterlite-host ]
80
80
channels = [" conda-forge" ]
You can’t perform that action at this time.
0 commit comments