File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,38 @@ platforms = ["emscripten-wasm32"]
1616xeus-python = " *"
1717python = " *"
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 ]
2253channels = [" conda-forge" ]
You can’t perform that action at this time.
0 commit comments