rahul7star commited on
Commit
4fb3db5
·
verified ·
1 Parent(s): 3cd74c8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ streamlit
3
+ gradio[oauth,mcp]==5.42.0
4
+ uvicorn>=0.14.0
5
+ spaces
6
+ openai
7
+
8
+ # Data & Hugging Face
9
+ datasets
10
+ huggingface-hub>=0.19
11
+ hf_xet>=1.0.0,<2.0.0
12
+ hf-transfer>=0.1.4
13
+ transformers
14
+
15
+ # Compatibility pins
16
+ protobuf<4
17
+ click<8.1
18
+ pydantic==2.11.1