Skip to content

Commit 64c0633

Browse files
committed
Add jupyter to environment.yaml
1 parent f483117 commit 64c0633

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

environment.yaml

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,69 @@ channels:
44
dependencies:
55
- _libgcc_mutex=0.1=conda_forge
66
- _openmp_mutex=4.5=2_gnu
7+
- asttokens=3.0.0=pyhd8ed1ab_1
78
- bzip2=1.0.8=h4bc722e_7
89
- ca-certificates=2024.12.14=hbcca054_0
10+
- comm=0.2.2=pyhd8ed1ab_1
11+
- debugpy=1.8.12=py312h2ec8cdc_0
12+
- decorator=5.1.1=pyhd8ed1ab_1
13+
- exceptiongroup=1.2.2=pyhd8ed1ab_1
14+
- executing=2.1.0=pyhd8ed1ab_1
15+
- importlib-metadata=8.6.1=pyha770c72_0
16+
- ipykernel=6.29.5=pyh3099207_0
17+
- ipython=8.31.0=pyh707e725_0
18+
- jedi=0.19.2=pyhd8ed1ab_1
19+
- jupyter_client=8.6.3=pyhd8ed1ab_1
20+
- jupyter_core=5.7.2=pyh31011fe_1
21+
- keyutils=1.6.1=h166bdaf_0
22+
- krb5=1.21.3=h659f571_0
923
- ld_impl_linux-64=2.43=h712a8e2_2
24+
- libedit=3.1.20240808=pl5321h7949ede_0
1025
- libexpat=2.6.4=h5888daf_0
1126
- libffi=3.4.2=h7f98852_5
1227
- libgcc=14.2.0=h77fa898_1
1328
- libgcc-ng=14.2.0=h69a702a_1
1429
- libgomp=14.2.0=h77fa898_1
1530
- liblzma=5.6.3=hb9d3cd8_1
1631
- libnsl=2.0.1=hd590300_0
32+
- libsodium=1.0.20=h4ab18f5_0
1733
- libsqlite=3.48.0=hee588c1_0
34+
- libstdcxx=14.2.0=hc0a3c3a_1
35+
- libstdcxx-ng=14.2.0=h4852527_1
1836
- libuuid=2.38.1=h0b41bf4_0
1937
- libxcrypt=4.4.36=hd590300_1
2038
- libzlib=1.3.1=hb9d3cd8_2
39+
- matplotlib-inline=0.1.7=pyhd8ed1ab_1
2140
- ncurses=6.5=h2d0b736_2
41+
- nest-asyncio=1.6.0=pyhd8ed1ab_1
2242
- openssl=3.4.0=h7b32b05_1
43+
- packaging=24.2=pyhd8ed1ab_2
44+
- parso=0.8.4=pyhd8ed1ab_1
45+
- pexpect=4.9.0=pyhd8ed1ab_1
46+
- pickleshare=0.7.5=pyhd8ed1ab_1004
2347
- pip=24.3.1=pyh8b19718_2
48+
- platformdirs=4.3.6=pyhd8ed1ab_1
49+
- prompt-toolkit=3.0.50=pyha770c72_0
50+
- psutil=6.1.1=py312h66e93f0_0
51+
- ptyprocess=0.7.0=pyhd8ed1ab_1
52+
- pure_eval=0.2.3=pyhd8ed1ab_1
53+
- pygments=2.19.1=pyhd8ed1ab_0
2454
- python=3.12.8=h9e4cc4f_1_cpython
55+
- python-dateutil=2.9.0.post0=pyhff2d567_1
56+
- python_abi=3.12=5_cp312
57+
- pyzmq=26.2.0=py312hbf22597_3
2558
- readline=8.2=h8228510_1
2659
- setuptools=75.8.0=pyhff2d567_0
60+
- six=1.17.0=pyhd8ed1ab_0
61+
- stack_data=0.6.3=pyhd8ed1ab_1
2762
- tk=8.6.13=noxft_h4845f30_101
63+
- tornado=6.4.2=py312h66e93f0_0
64+
- traitlets=5.14.3=pyhd8ed1ab_1
65+
- typing_extensions=4.12.2=pyha770c72_1
66+
- wcwidth=0.2.13=pyhd8ed1ab_1
2867
- wheel=0.45.1=pyhd8ed1ab_1
68+
- zeromq=4.3.5=h3b0a872_7
69+
- zipp=3.21.0=pyhd8ed1ab_1
2970
- pip:
3071
- adjusttext==1.3.0
3172
- contourpy==1.3.1
@@ -54,20 +95,16 @@ dependencies:
5495
- nvidia-nccl-cu12==2.21.5
5596
- nvidia-nvjitlink-cu12==12.4.127
5697
- nvidia-nvtx-cu12==12.4.127
57-
- packaging==24.2
5898
- pandas==2.2.3
5999
- pillow==11.1.0
60100
- pyparsing==3.2.1
61-
- python-dateutil==2.9.0.post0
62101
- pytz==2024.2
63102
- scikit-learn==1.6.1
64103
- scipy==1.15.1
65-
- six==1.17.0
66104
- sympy==1.13.1
67105
- threadpoolctl==3.5.0
68106
- torch==2.5.1
69107
- tqdm==4.67.1
70108
- triton==3.1.0
71-
- typing-extensions==4.12.2
72109
- tzdata==2024.2
73110
prefix: /home/gridsan/dbaek/.conda/envs/crystal

0 commit comments

Comments
 (0)