HexYang commited on
Commit
b4ad224
·
verified ·
1 Parent(s): dc531b5

Upload environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +117 -0
environment.yml ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: dnabert2
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ - https://repo.anaconda.com/pkgs/main
6
+ - https://repo.anaconda.com/pkgs/r
7
+ dependencies:
8
+ - _libgcc_mutex=0.1
9
+ - _openmp_mutex=4.5
10
+ - ca-certificates=2024.12.14
11
+ - git-lfs=3.6.0
12
+ - ld_impl_linux-64=2.40
13
+ - libffi=3.4.4
14
+ - libgcc=14.2.0
15
+ - libgcc-ng=14.2.0
16
+ - libgomp=14.2.0
17
+ - libstdcxx-ng=11.2.0
18
+ - ncurses=6.4
19
+ - openssl=3.4.0
20
+ - pip=24.2
21
+ - python=3.8.20
22
+ - readline=8.2
23
+ - setuptools=75.1.0
24
+ - sqlite=3.45.3
25
+ - tk=8.6.14
26
+ - wheel=0.44.0
27
+ - xz=5.4.6
28
+ - zlib=1.2.13
29
+ - pip:
30
+ - absl-py==2.1.0
31
+ - accelerate==0.26.0
32
+ - aiohappyeyeballs==2.4.4
33
+ - aiohttp==3.10.11
34
+ - aiosignal==1.3.1
35
+ - annotated-types==0.7.0
36
+ - antlr4-python3-runtime==4.9.3
37
+ - async-timeout==5.0.1
38
+ - attrs==24.3.0
39
+ - cachetools==5.5.0
40
+ - certifi==2024.12.14
41
+ - charset-normalizer==3.4.1
42
+ - click==8.1.8
43
+ - cmake==3.31.2
44
+ - datasets==3.1.0
45
+ - dill==0.3.8
46
+ - docker-pycreds==0.4.0
47
+ - einops==0.6.1
48
+ - eval-type-backport==0.2.2
49
+ - evaluate==0.4.0
50
+ - filelock==3.16.1
51
+ - frozenlist==1.5.0
52
+ - fsspec==2024.9.0
53
+ - gitdb==4.0.11
54
+ - gitpython==3.1.43
55
+ - google-auth==2.37.0
56
+ - google-auth-oauthlib==1.0.0
57
+ - grpcio==1.68.1
58
+ - huggingface-hub==0.27.0
59
+ - idna==3.10
60
+ - importlib-metadata==8.5.0
61
+ - joblib==1.4.2
62
+ - markdown==3.7
63
+ - markupsafe==2.1.5
64
+ - multidict==6.1.0
65
+ - multiprocess==0.70.16
66
+ - ninja==1.11.1.3
67
+ - numpy==1.24.4
68
+ - nvidia-cublas-cu11==11.10.3.66
69
+ - nvidia-cuda-nvrtc-cu11==11.7.99
70
+ - nvidia-cuda-runtime-cu11==11.7.99
71
+ - nvidia-cudnn-cu11==8.5.0.96
72
+ - oauthlib==3.2.2
73
+ - omegaconf==2.3.0
74
+ - packaging==24.2
75
+ - pandas==2.0.3
76
+ - peft==0.3.0
77
+ - platformdirs==4.3.6
78
+ - propcache==0.2.0
79
+ - protobuf==3.20.3
80
+ - psutil==6.1.1
81
+ - pyarrow==17.0.0
82
+ - pyasn1==0.6.1
83
+ - pyasn1-modules==0.4.1
84
+ - pybind11==2.13.6
85
+ - pydantic==2.10.4
86
+ - pydantic-core==2.27.2
87
+ - python-dateutil==2.9.0.post0
88
+ - pytz==2024.2
89
+ - pyyaml==6.0.2
90
+ - regex==2024.11.6
91
+ - requests==2.32.3
92
+ - requests-oauthlib==2.0.0
93
+ - responses==0.18.0
94
+ - rsa==4.9
95
+ - safetensors==0.4.5
96
+ - scikit-learn==1.2.2
97
+ - scipy==1.10.1
98
+ - sentry-sdk==2.19.2
99
+ - setproctitle==1.3.4
100
+ - six==1.17.0
101
+ - smmap==5.0.1
102
+ - tensorboard==2.14.0
103
+ - tensorboard-data-server==0.7.2
104
+ - threadpoolctl==3.5.0
105
+ - tokenizers==0.13.3
106
+ - torch==1.13.1
107
+ - tqdm==4.67.1
108
+ - transformers==4.29.0
109
+ - typing-extensions==4.12.2
110
+ - tzdata==2024.2
111
+ - urllib3==2.2.3
112
+ - wandb==0.19.1
113
+ - werkzeug==3.0.6
114
+ - xxhash==3.5.0
115
+ - yarl==1.15.2
116
+ - zipp==3.20.2
117
+ prefix: /data/hexiong.yang/anaconda3/envs/dnabert2