pedro-thenewsroom commited on
Commit
44568cf
·
verified ·
1 Parent(s): 5ba80f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  fastapi>=0.68.0
2
  uvicorn>=0.15.0
3
- codecarbon>=2.3.1
4
  datasets>=2.14.0
5
  scikit-learn>=1.0.2
6
  pydantic>=1.10.0
7
  python-dotenv>=1.0.0
8
- gradio>=4.0.0
9
  requests>=2.31.0
10
- librosa==0.10.2.post1
 
 
 
1
  fastapi>=0.68.0
2
  uvicorn>=0.15.0
 
3
  datasets>=2.14.0
4
  scikit-learn>=1.0.2
5
  pydantic>=1.10.0
6
  python-dotenv>=1.0.0
 
7
  requests>=2.31.0
8
+ sentence-transformers>=3.4.1
9
+ numpy>=2.2.2
10
+ torch>=2.6.0