NOT-OMEGA commited on
Commit
6ee7da7
·
verified ·
1 Parent(s): 4e312a0

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -30
requirements.txt DELETED
@@ -1,30 +0,0 @@
1
- # Core
2
- gradio>=4.0.0
3
- pandas>=2.0.0
4
- numpy>=1.24.0
5
- joblib>=1.3.0
6
- scikit-learn>=1.3.0
7
-
8
- # Embedding + BERT
9
- sentence-transformers>=2.7.0
10
- transformers>=4.38.0
11
-
12
- # ONNX (optional, 3-5x speedup)
13
- onnxruntime>=1.17.0
14
- optimum[onnxruntime]>=1.16.0
15
-
16
- # LLM
17
- huggingface-hub>=0.21.0
18
-
19
- # FastAPI (production API)
20
- fastapi>=0.110.0
21
- uvicorn[standard]>=0.29.0
22
- pydantic>=2.0.0
23
-
24
- # Observability
25
- psutil>=5.9.0
26
-
27
- # Testing
28
- pytest>=8.0.0
29
- pytest-asyncio>=0.23.0
30
- httpx>=0.27.0 # for FastAPI test client