Skip to content

Commit ba50fba

Browse files
authored
Update pixi.toml
1 parent 4338674 commit ba50fba

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

pixi.toml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,38 @@ platforms = ["emscripten-wasm32"]
1616
xeus-python = "*"
1717
python = "*"
1818
# add any extra packages from emscripten-forge here
19-
matplotlib = "*"
19+
ipywidgets = ">=8.1.5,<9"
20+
matplotlib = "==3.5.2"
21+
numpy = "==1.25.2"
22+
openpyxl = ">=3.0.9,<4"
23+
orjson = ">=3.10.6,<4"
24+
pandas = "==1.5.3"
25+
plotly = ">=5.24.1"
26+
requests = ">=2.32.3,<3"
27+
scipy = "==1.11.1"
28+
seaborn = ">=0.13.2,<0.14"
29+
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 = "*"
2051

2152
[feature.host]
2253
channels = ["conda-forge"]

0 commit comments

Comments
 (0)