tscr-369 commited on
Commit
c60a7c6
·
verified ·
1 Parent(s): af1f21c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -22
requirements.txt CHANGED
@@ -1,24 +1,14 @@
1
- # requirements.txt
2
-
3
- # Core Python libraries
4
- numpy>=1.23.0
5
- scipy>=1.9.0
6
- pandas>=1.5.3
7
- joblib>=1.2.0
8
- tqdm>=4.65.0
9
-
10
- # Audio & ML frameworks
11
- torch>=2.0.1
12
- torchaudio>=2.2.0
13
- transformers>=4.35.0
14
- accelerate>=0.20.3
15
- sentencepiece>=0.2.0
16
- huggingface-hub>=0.17.2
17
- librosa>=0.9.2
18
- soundfile>=0.12.1
19
-
20
- # Interspecies AI packages from GitHub
21
- git+https://github.com/earthspecies/beans-zero.git#egg=beans-zero
22
- git+https://github.com/earthspecies/NatureLM-audio.git@main#egg=naturelm-audio
23
 
24
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ python-multipart==0.0.6
4
+ torch==2.1.0
5
+ transformers==4.35.0
6
+ librosa==0.10.1
7
+ numpy==1.24.3
8
+ pydantic==2.5.0
9
+ accelerate==0.24.1
10
+ sentencepiece==0.1.99
11
+ huggingface-hub==0.19.4
12
+ git+https://github.com/earthspecies/NatureLM-audio.git
 
 
 
 
 
 
 
 
 
 
13
 
14