junaid0600 commited on
Commit
db79755
Β·
verified Β·
1 Parent(s): 89cc817

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -0
requirements.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ── Core API dependencies ─────────────────────────────────
2
+ fastapi==0.135.2
3
+ uvicorn==0.42.0
4
+ pydantic==2.12.5
5
+ openai==2.30.0
6
+ python-dotenv==1.2.2
7
+ huggingface_hub==1.8.0
8
+
9
+ # ── Testing ───────────────────────────────────────────────
10
+ pytest==9.0.2
11
+
12
+ # ── OpenEnv validator ─────────────────────────────────────
13
+ openenv-core>=0.2.0
14
+
15
+ # ── Round 2: Training pipeline ────────────────────────────
16
+ gradio==6.13.0
17
+ matplotlib>=3.7.0
18
+ requests>=2.31.0
19
+ datasets>=2.14.0
20
+ numpy>=1.26.0
21
+ Pillow>=10.0.0
22
+
23
+ aiofiles
24
+
25
+ # ── Round 2: Training (GPU only β€” venue machine) ──────────
26
+ # Install these ONLY on venue GPU machine:
27
+ # pip install unsloth trl transformers accelerate bitsandbytes