Switch to unified view

a b/environment/environment_py37.yml
1
name: druggpt_py37
2
channels:
3
  - conda-forge/label/cf202003
4
  - defaults
5
dependencies:
6
  - ca-certificates=2024.7.2=haa95532_0
7
  - cairo=1.16.0=h63a05c6_1001
8
  - certifi=2022.12.7=py37haa95532_0
9
  - icu=58.2=ha925a31_3
10
  - libiconv=1.15=hfa6e2cd_1006
11
  - libpng=1.6.37=hfe6a214_1
12
  - libxml2=2.9.10=h9ce36c8_0
13
  - openbabel=3.0.0=py37h8a14b3a_1
14
  - openssl=1.1.1w=h2bbff1b_0
15
  - pip=22.3.1=py37haa95532_0
16
  - pixman=0.38.0=hfa6e2cd_1003
17
  - python=3.7.16=h6244533_0
18
  - setuptools=65.6.3=py37haa95532_0
19
  - sqlite=3.45.3=h2bbff1b_0
20
  - vc=14.40=h2eaa2aa_0
21
  - vs2015_runtime=14.40.33807=h98bb1dd_0
22
  - wheel=0.38.4=py37haa95532_0
23
  - wincertstore=0.2=py37haa95532_2
24
  - zlib=1.2.11=vc14_0
25
  - pip:
26
      - aiohttp==3.8.6
27
      - aiosignal==1.3.1
28
      - async-timeout==4.0.3
29
      - asynctest==0.13.0
30
      - attrs==24.2.0
31
      - charset-normalizer==3.3.2
32
      - colorama==0.4.6
33
      - datasets==2.13.2
34
      - dill==0.3.6
35
      - filelock==3.12.2
36
      - frozenlist==1.3.3
37
      - fsspec==2023.1.0
38
      - huggingface-hub==0.16.4
39
      - idna==3.7
40
      - importlib-metadata==6.7.0
41
      - joblib==1.3.2
42
      - multidict==6.0.5
43
      - multiprocess==0.70.14
44
      - packaging==24.0
45
      - pandas==1.3.5
46
      - psutil==6.0.0
47
      - pyarrow==12.0.1
48
      - python-dateutil==2.9.0.post0
49
      - pytz==2024.1
50
      - pyyaml==6.0.1
51
      - regex==2024.4.16
52
      - requests==2.31.0
53
      - safetensors==0.4.4
54
      - scikit-learn==1.0.2
55
      - scipy==1.7.3
56
      - threadpoolctl==3.1.0
57
      - tokenizers==0.13.3
58
      - torch==1.13.1+cu117
59
      - torchaudio==0.13.1+cu117
60
      - torchvision==0.1.6
61
      - tqdm==4.66.5
62
      - transformers==4.30.2
63
      - typing-extensions==4.4.0
64
      - urllib3==2.0.7
65
      - xxhash==3.5.0
66
      - yarl==1.9.4
67
      - zipp==3.15.0