Moayed commited on
Commit
45b7821
·
1 Parent(s): 1c707cd

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +50 -57
requirements.txt CHANGED
@@ -1,57 +1,50 @@
1
- name: genau
2
- channels:
3
- - pytorch
4
- - defaults
5
- dependencies:
6
- - python=3.10.14
7
- - pip:
8
- - aiohttp==3.8.6
9
- - cryptography==42.0.7
10
- - gensim==4.3.2
11
- - h5py==3.11.0
12
- - huggingface-hub==0.23.3
13
- - ipython==8.17.2
14
- - matplotlib==3.8.1
15
- - audioread==3.0.1
16
- - boto3==1.34.108
17
- - librosa==0.9.2
18
- - loguru==0.7.2
19
- - moviepy==1.0.3
20
- - numpy==1.23.5
21
- - omegaconf==2.3.0
22
- - pandas==2.2.2
23
- - pillow==10.1.0
24
- - pytorch-lightning==2.1.1
25
- - rclone==0.4.4
26
- - requests==2.32.3
27
- - safetensors==0.4.3
28
- - scikit-image==0.22.0
29
- - scikit-learn==1.5.0
30
- - scipy==1.13.1
31
- - six==1.16.0
32
- - soundfile==0.12.1
33
- - timm==0.4.12
34
- - tokenizers==0.19.1
35
- - torch==2.1.2
36
- - torchaudio==2.1.2
37
- - torchlibrosa==0.1.0
38
- - torchmetrics==1.2.0
39
- - torchvision==0.16.2
40
- - tqdm==4.66.4
41
- - transformers==4.41.2
42
- - triton==2.1.0
43
- - wandb==0.17.1
44
- - wave==0.0.2
45
- - webdataset==0.2.86
46
- - wget==3.2
47
- - einops==0.7.0
48
- - regex==2024.5.15
49
- - ftfy==6.2.0
50
- - xformers==0.0.23
51
- - yt-dlp
52
- - huggingface_hub
53
- - taming-transformers-rom1504==0.0.6
54
- - warmup_scheduler==0.3
55
- - ruamel.yaml==0.18.6
56
- - git+https://github.com/LAION-AI/CLAP.git
57
- # - sentence_transformers==2.7.0
 
1
+ aiohttp==3.8.6
2
+ cryptography==42.0.7
3
+ gensim==4.3.2
4
+ h5py==3.11.0
5
+ huggingface-hub==0.23.3
6
+ ipython==8.17.2
7
+ matplotlib==3.8.1
8
+ audioread==3.0.1
9
+ boto3==1.34.108
10
+ librosa==0.9.2
11
+ loguru==0.7.2
12
+ moviepy==1.0.3
13
+ numpy==1.23.5
14
+ omegaconf==2.3.0
15
+ pandas==2.2.2
16
+ pillow==10.1.0
17
+ pytorch-lightning==2.1.1
18
+ rclone==0.4.4
19
+ requests==2.32.3
20
+ safetensors==0.4.3
21
+ scikit-image==0.22.0
22
+ scikit-learn==1.5.0
23
+ scipy==1.13.1
24
+ six==1.16.0
25
+ soundfile==0.12.1
26
+ timm==0.4.12
27
+ tokenizers==0.19.1
28
+ torch==2.1.2
29
+ torchaudio==2.1.2
30
+ torchlibrosa==0.1.0
31
+ torchmetrics==1.2.0
32
+ torchvision==0.16.2
33
+ tqdm==4.66.4
34
+ transformers==4.41.2
35
+ triton==2.1.0
36
+ wandb==0.17.1
37
+ wave==0.0.2
38
+ webdataset==0.2.86
39
+ wget==3.2
40
+ einops==0.7.0
41
+ regex==2024.5.15
42
+ ftfy==6.2.0
43
+ xformers==0.0.23
44
+ yt-dlp
45
+ huggingface_hub
46
+ taming-transformers-rom1504==0.0.6
47
+ warmup_scheduler==0.3
48
+ ruamel.yaml==0.18.6
49
+ git+https://github.com/LAION-AI/CLAP.git
50
+ # sentence_transformers==2.7.0