msailor commited on
Commit
5e0d565
·
verified ·
1 Parent(s): 43ff99d

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -0
requirements.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ antlr4-python3-runtime==4.9.3
2
+ certifi==2025.1.31
3
+ charset-normalizer==3.4.1
4
+ filelock==3.17.0
5
+ fsspec==2025.2.0
6
+ huggingface-hub==0.28.1
7
+ idna==3.10
8
+ Jinja2==3.1.5
9
+ MarkupSafe==3.0.2
10
+ mpmath==1.3.0
11
+ -e git+https://github.com/malcolmsailor/musicbert_hf.git@f404ef4cedca39a19cb40003f532b37620c02da5#egg=musicbert_hf
12
+ networkx==3.4.2
13
+ numpy==2.2.3
14
+ omegaconf==2.3.0
15
+ packaging==24.2
16
+ PyYAML==6.0.2
17
+ regex==2024.11.6
18
+ requests==2.32.3
19
+ safetensors==0.5.2
20
+ setuptools==75.8.0
21
+ sympy==1.13.1
22
+ tokenizers==0.21.0
23
+ torch==2.6.0
24
+ tqdm==4.67.1
25
+ transformers==4.49.0
26
+ typing_extensions==4.12.2
27
+ urllib3==2.3.0