Skip to content

Commit 84e16c4

Browse files
committed
Add some pins in pixi.toml for jupyterlite deps
1 parent d64e68b commit 84e16c4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ _build/*
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
102102
profile_default/
103103
ipython_config.py

pixi.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jupyterlab-myst = ">=2.4"
4242
pytest = ">=8.3.5,<9"
4343
nbval = ">=0.11.0,<0.12"
4444
jupytext = ">=1.17.1,<2"
45-
ipympl = "*"
45+
ipympl = ">=0.9"
4646

4747
[feature.base.pypi-dependencies]
4848
sphinx = ">=8.0.2"
@@ -71,10 +71,10 @@ platforms = ["emscripten-wasm32"]
7171

7272
[feature.jupyterlite-runtime.dependencies]
7373
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"
7878

7979
[feature.jupyterlite-host]
8080
channels = ["conda-forge"]

0 commit comments

Comments
 (0)