Skip to content

Commit 10616ad

Browse files
committed
Upload the environment.yml file
1 parent 1d68b58 commit 10616ad

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

environment.yml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
name: EmbedSegEnv
2+
channels:
3+
- pytorch
4+
- http://conda.anaconda.org/gurobi
5+
- defaults
6+
dependencies:
7+
- _libgcc_mutex=0.1=main
8+
- blas=1.0=mkl
9+
- ca-certificates=2021.4.13=h06a4308_1
10+
- certifi=2020.12.5=py37h06a4308_0
11+
- cffi=1.14.0=py37h2e261b9_0
12+
- cudatoolkit=10.0.130=0
13+
- freetype=2.10.4=h5ab3b9f_0
14+
- intel-openmp=2020.2=254
15+
- jpeg=9b=h024ee3a_2
16+
- lcms2=2.12=h3be6417_0
17+
- libedit=3.1.20210216=h27cfd23_1
18+
- libffi=3.2.1=hf484d3e_1007
19+
- libgcc-ng=9.1.0=hdf63c60_0
20+
- libpng=1.6.37=hbc83047_0
21+
- libstdcxx-ng=9.1.0=hdf63c60_0
22+
- libtiff=4.1.0=h2733197_1
23+
- lz4-c=1.9.3=h2531618_0
24+
- mkl=2020.2=256
25+
- mkl-service=2.3.0=py37he8ac12f_0
26+
- mkl_fft=1.3.0=py37h54f3939_0
27+
- mkl_random=1.1.1=py37h0573a6f_0
28+
- ncurses=6.2=he6710b0_1
29+
- ninja=1.10.2=hff7bd54_1
30+
- numpy-base=1.19.2=py37hfa32c7d_0
31+
- olefile=0.46=py37_0
32+
- openssl=1.0.2u=h7b6447c_0
33+
- pillow=8.2.0=py37he98fc37_0
34+
- pip=21.0.1=py37h06a4308_0
35+
- pycparser=2.20=py_2
36+
- python=3.7.0=h6e4f718_3
37+
- pytorch=1.1.0=py3.7_cuda10.0.130_cudnn7.5.1_0
38+
- readline=7.0=h7b6447c_5
39+
- setuptools=52.0.0=py37h06a4308_0
40+
- six=1.15.0=py37h06a4308_0
41+
- sqlite=3.33.0=h62c20be_0
42+
- tk=8.6.10=hbc83047_0
43+
- torchvision=0.3.0=py37_cu10.0.130_1
44+
- wheel=0.36.2=pyhd3eb1b0_0
45+
- xz=5.2.5=h7b6447c_0
46+
- zlib=1.2.11=h7b6447c_3
47+
- zstd=1.4.9=haebb681_0
48+
- pip:
49+
- argon2-cffi==20.1.0
50+
- async-generator==1.10
51+
- attrs==20.3.0
52+
- backcall==0.2.0
53+
- colorcet==2.0.6
54+
- colorspacious==1.1.2
55+
- defusedxml==0.7.1
56+
- embedseg40==1.0.1
57+
- entrypoints==0.3
58+
- importlib-metadata==3.10.1
59+
- ipydatawidgets==4.2.0
60+
- ipykernel==5.5.3
61+
- ipympl==0.7.0
62+
- ipython==7.22.0
63+
- ipython-genutils==0.2.0
64+
- ipywidgets==7.6.3
65+
- itk-core==5.2.0
66+
- itk-filtering==5.2.0
67+
- itk-meshtopolydata==0.7.0
68+
- itk-numerics==5.2.0
69+
- itkwidgets==0.32.0
70+
- jedi==0.18.0
71+
- jsonschema==3.2.0
72+
- jupyter==1.0.0
73+
- jupyter-client==6.1.12
74+
- jupyter-console==6.4.0
75+
- jupyter-core==4.7.1
76+
- jupyterlab-pygments==0.1.2
77+
- jupyterlab-widgets==1.0.0
78+
- llvmlite==0.36.0
79+
- mistune==0.8.4
80+
- nbclient==0.5.3
81+
- nbconvert==6.0.7
82+
- nbformat==5.1.3
83+
- nest-asyncio==1.5.1
84+
- notebook==6.3.0
85+
- numba==0.53.1
86+
- numpy==1.20.2
87+
- pandas==1.1.5
88+
- pandocfilters==1.4.3
89+
- param==1.10.1
90+
- parso==0.8.2
91+
- pexpect==4.8.0
92+
- pickleshare==0.7.5
93+
- prometheus-client==0.10.1
94+
- prompt-toolkit==3.0.18
95+
- ptyprocess==0.7.0
96+
- pyct==0.4.8
97+
- pyrsistent==0.17.3
98+
- pyzmq==22.0.3
99+
- qtconsole==5.0.3
100+
- qtpy==1.9.0
101+
- scikit-image==0.18.1
102+
- scipy==1.6.2
103+
- seaborn==0.11.1
104+
- send2trash==1.5.0
105+
- terminado==0.9.4
106+
- testpath==0.4.4
107+
- tifffile==2021.4.8
108+
- tornado==6.1
109+
- traitlets==5.0.5
110+
- traittypes==0.2.1
111+
- typing-extensions==3.7.4.3
112+
- wcwidth==0.2.5
113+
- widgetsnbextension==3.5.1
114+
- zstandard==0.15.2
115+
prefix: /home/manan/Softwares/anaconda3/envs/EmbedSegEnv
116+

0 commit comments

Comments
 (0)