-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpixi.toml
30 lines (27 loc) · 828 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "p5-notebook"
version = "0.1.0"
description = "A minimal Jupyter Notebook UI for p5.js sketches"
channels = ["conda-forge"]
platforms = ["linux-64"]
[tasks]
build = "jlpm run build"
build_lite = { cmd = "jupyter lite build", depends_on = ["install"] }
copy_favicon = "cp ./favicon.ico ./_output/lab/favicon.ico"
develop = "jlpm run develop"
install_editable = "pip install -e ."
install = "pip install ."
[dependencies]
python = ">=3.10,<3.12"
pip = ">23"
jupyterlab = ">=4.0.9,<4.1"
jupyterlab-language-pack-es-ES = "*"
jupyterlab-language-pack-fr-FR = "*"
jupyterlab-language-pack-it-IT = "*"
jupyterlab-language-pack-pl-PL = "*"
jupyterlab-language-pack-zh-CN = "*"
jupyterlite-core = ">=0.2.1,<0.3"
nodejs = ">=20,<21"
notebook = ">=7.0.6,<7.1"
[pypi-dependencies]
jupyterlite-p5-kernel = ">=0.1.0,<0.2"