File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -27,28 +27,6 @@ requests = ">=2.32.3,<3"
2727scipy = " ==1.11.1"
2828seaborn = " >=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 ]
5331channels = [" conda-forge" ]
5432platforms = [" osx-arm64" , " osx-64" , " linux-64" ]
@@ -64,7 +42,7 @@ build-dist = { cmd = "pixi run build --output-dir dist" }
6442cmd = " jupyter lite build --XeusAddon.prefix=.pixi/envs/wasm"
6543depends-on = [" setup-wasm" ]
6644outputs = [" _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 ]
You can’t perform that action at this time.
0 commit comments