-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdeepEMhancer_env.yml
49 lines (49 loc) · 1.09 KB
/
deepEMhancer_env.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
channels:
- conda-forge
- defaults
- nvidia
dependencies:
- cudatoolkit=11.8
- h5py=3.9
- hdf5=1.14
- joblib=1.3
- pip=23.1
- python=3.9
- requests=2.31
- ruamel.yaml=0.17
- tqdm=4.65
- yaml=0.2
- conda-build=3.25
- pip:
- absl-py==1.4.0
- astunparse==1.6.3
- flatbuffers==23.5.26
- gast==0.4.0
- google-auth==2.21.0
- google-auth-oauthlib==1.0.0
- google-pasta==0.2.0
- grpcio==1.56.0
- jax==0.4.13
- keras==2.12.0
- libclang==16.0.0
- markdown==3.4.3
- ml-dtypes==0.2.0
- mrcfile==1.4
- numpy==1.23
- nvidia-cudnn-cu11==8.6.0.163
- oauthlib==3.2.2
- opt-einsum==3.3.0
- protobuf==4.23.3
- pyasn1==0.5.0
- pyasn1-modules==0.3.0
- requests-oauthlib==1.3.1
- rsa==4.9
- scikit-image==0.20
- scipy==1.9
- tensorboard==2.12.3
- tensorboard-data-server==0.7.1
- tensorflow==2.12.0
- tensorflow-estimator==2.12.0
- tensorflow-io-gcs-filesystem==0.32.0
- termcolor==2.3.0
- typing-extensions==4.7.0