Skip to content

Commit c1199ff

Browse files
authored
Update pixi.toml
1 parent aa19ca7 commit c1199ff

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pixi.toml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,6 @@ requests = ">=2.32.3,<3"
2727
scipy = "==1.11.1"
2828
seaborn = ">=0.13.2,<0.14"
2929

30-
# user-selected extras
31-
altair = "*"
32-
arrow = "*"
33-
beartype = "*"
34-
click = "*"
35-
deepdiff = "*"
36-
diskcache = "*"
37-
dynaconf = "*"
38-
einops = "*"
39-
fastcore = "*"
40-
joblib = "*"
41-
json5 = "*"
42-
jsonschema = "*"
43-
marshmallow = "*"
44-
nbformat = "*"
45-
param = "*"
46-
rich = "*"
47-
sqlglot = "*"
48-
tenacity = "*"
49-
tqdm = "*"
50-
typer = "*"
51-
5230
[feature.host]
5331
channels = ["conda-forge"]
5432
platforms = ["osx-arm64", "osx-64", "linux-64"]
@@ -64,7 +42,7 @@ build-dist = { cmd = "pixi run build --output-dir dist" }
6442
cmd = "jupyter lite build --XeusAddon.prefix=.pixi/envs/wasm"
6543
depends-on = ["setup-wasm"]
6644
outputs = ["_output"]
67-
inputs = ["pixi.lock", "content/"]
45+
inputs = ["pixi.lock", "files/"]
6846

6947
# serve the jupyterlite app with a "simple server"
7048
[feature.host.tasks.start]

0 commit comments

Comments
 (0)