Skip to content

Commit 88e4d18

Browse files
committed
Update env for diffusion reconstruction
1 parent d72af14 commit 88e4d18

File tree

1 file changed

+46
-40
lines changed

1 file changed

+46
-40
lines changed

env_diffusion.yaml

Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,51 @@
11
name: guided-diffusion
22
channels:
3-
- anaconda
3+
- pytorch
44
- defaults
5+
- conda-forge
56
dependencies:
6-
- _libgcc_mutex=0.1=main
7-
- _openmp_mutex=5.1=1_gnu
8-
- ca-certificates=2022.07.19=h06a4308_0
9-
- certifi=2022.6.15=py37h06a4308_0
10-
- ld_impl_linux-64=2.38=h1181459_1
11-
- libffi=3.3=he6710b0_2
12-
- libgcc-ng=11.2.0=h1234567_1
13-
- libgfortran-ng=7.5.0=ha8ba4b0_17
14-
- libgfortran4=7.5.0=ha8ba4b0_17
15-
- libgomp=11.2.0=h1234567_1
16-
- libstdcxx-ng=11.2.0=h1234567_1
17-
- mpi=1.0=mpich
18-
- mpi4py=3.0.3=py37hf046da1_1
19-
- mpich=3.3.2=hc856adb_0
20-
- ncurses=6.3=h5eee18b_3
21-
- openssl=1.1.1q=h7f8727e_0
22-
- pip=22.1.2=py37h06a4308_0
23-
- python=3.7.13=h12debd9_0
24-
- readline=8.1.2=h7f8727e_1
25-
- setuptools=61.2.0=py37h06a4308_0
26-
- sqlite=3.39.2=h5082296_0
27-
- tk=8.6.12=h1ccaba5_0
28-
- wheel=0.37.1=pyhd3eb1b0_0
29-
- xz=5.2.5=h7f8727e_1
30-
- zlib=1.2.12=h7f8727e_2
7+
- _libgcc_mutex
8+
- _openmp_mutex
9+
- blobfile
10+
- ca-certificates
11+
- certifi
12+
- cudatoolkit=10.2
13+
- cudnn
14+
- h5py
15+
- ld_impl_linux-64
16+
- libffi
17+
- libgcc-ng
18+
- libgfortran-ng
19+
- libgfortran4
20+
- libgomp
21+
- libstdcxx-ng
22+
- filelock
23+
- mpi
24+
- mpi4py
25+
- mpich
26+
- numpy
27+
- ncurses
28+
- openssl
29+
- pandas
30+
- pillow
31+
- pip
32+
- pycryptodomex
33+
- python
34+
- pytorch=1.12.1
35+
- pyyaml
36+
- readline
37+
- scipy
38+
- setuptools
39+
- sqlite
40+
- tk
41+
- tqdm
42+
- typing-extensions
43+
- urllib3
44+
- wheel
45+
- xmltodict
46+
- xz
47+
- zlib
3148
- pip:
32-
- blobfile==1.3.3
33-
- filelock==3.8.0
34-
- h5py==3.7.0
35-
- numpy==1.21.6
36-
- pillow==9.2.0
37-
- pycryptodomex==3.15.0
38-
- pyyaml==6.0
39-
- scipy==1.7.3
40-
- torch==1.12.1
41-
- tqdm==4.64.1
42-
- typing-extensions==4.3.0
43-
- urllib3==1.26.12
44-
- xmltodict==0.12.0
45-
49+
- bdpy==0.19
50+
- fastl2lir==0.10
51+
# - blobfile==1.3.3

0 commit comments

Comments
 (0)