petter2025 commited on
Commit
b20c42d
·
verified ·
1 Parent(s): 8cbb09b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  git+https://github.com/petter2025us/agentic-reliability-framework.git
2
- gradio>=4.0.0
3
- transformers>=4.30.0
4
- torch>=2.0.0
5
- sentence-transformers>=2.2.0
6
- diffusers>=0.21.0
7
- accelerate>=0.20.0
8
- scipy
9
- soundfile
10
- librosa
11
- chromadb>=0.4.0
 
 
1
  git+https://github.com/petter2025us/agentic-reliability-framework.git
2
+ gradio==4.31.0
3
+ transformers==4.36.0
4
+ torch==2.1.0
5
+ sentence-transformers==2.2.2
6
+ diffusers==0.24.0
7
+ accelerate==0.24.1
8
+ scipy==1.11.4
9
+ soundfile==0.12.1
10
+ librosa==0.10.1
11
+ chromadb==0.4.18
12
+ pandas==2.1.4