Switch to unified view

a b/environment/environment_py38.yml
1
name: druggpt_py38
2
channels:
3
  - conda-forge/label/cf202003
4
  - defaults
5
dependencies:
6
  - ca-certificates=2024.12.31=haa95532_0
7
  - cairo=1.16.0=h63a05c6_1001
8
  - icu=58.2=ha925a31_3
9
  - libffi=3.4.4=hd77b12b_1
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=py38h8a14b3a_1
14
  - openssl=3.0.15=h827c3e9_0
15
  - pip=24.2=py38haa95532_0
16
  - pixman=0.38.0=hfa6e2cd_1003
17
  - python=3.8.20=h8205438_0
18
  - setuptools=75.1.0=py38haa95532_0
19
  - sqlite=3.45.3=h2bbff1b_0
20
  - vc=14.40=haa95532_2
21
  - vs2015_runtime=14.42.34433=h9531ae6_2
22
  - wheel=0.44.0=py38haa95532_0
23
  - zlib=1.2.11=vc14_0
24
  - pip:
25
      - aiohappyeyeballs==2.4.4
26
      - aiohttp==3.10.11
27
      - aiosignal==1.3.1
28
      - async-timeout==5.0.1
29
      - attrs==25.1.0
30
      - certifi==2022.12.7
31
      - charset-normalizer==2.1.1
32
      - colorama==0.4.6
33
      - datasets==3.1.0
34
      - dill==0.3.8
35
      - filelock==3.13.1
36
      - frozenlist==1.5.0
37
      - fsspec==2024.9.0
38
      - huggingface-hub==0.27.1
39
      - idna==3.4
40
      - jinja2==3.1.3
41
      - joblib==1.4.2
42
      - markupsafe==2.1.5
43
      - mpmath==1.3.0
44
      - multidict==6.1.0
45
      - multiprocess==0.70.16
46
      - networkx==3.0
47
      - numpy==1.24.1
48
      - packaging==24.2
49
      - pandas==2.0.3
50
      - pillow==10.2.0
51
      - propcache==0.2.0
52
      - psutil==6.1.1
53
      - pyarrow==17.0.0
54
      - python-dateutil==2.9.0.post0
55
      - pytz==2024.2
56
      - pyyaml==6.0.2
57
      - regex==2024.11.6
58
      - requests==2.32.3
59
      - safetensors==0.5.2
60
      - scikit-learn==1.3.2
61
      - scipy==1.10.1
62
      - six==1.17.0
63
      - sympy==1.13.1
64
      - threadpoolctl==3.5.0
65
      - tokenizers==0.20.3
66
      - torch==2.0.1+cu117
67
      - torchaudio==2.0.2+cu117
68
      - torchvision==0.15.2+cu117
69
      - tqdm==4.67.1
70
      - transformers==4.46.3
71
      - typing-extensions==4.9.0
72
      - tzdata==2025.1
73
      - urllib3==1.26.13
74
      - xxhash==3.5.0
75
      - yarl==1.15.2