junaid0600 commited on
Commit
e4126f3
Β·
1 Parent(s): f004baa

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -1
requirements.txt CHANGED
@@ -1,7 +1,22 @@
 
1
  fastapi==0.135.2
2
  uvicorn==0.42.0
3
  pydantic==2.12.5
4
  openai==2.30.0
5
  python-dotenv==1.2.2
 
 
 
6
  pytest==9.0.2
7
- huggingface_hub==1.8.0
 
 
 
 
 
 
 
 
 
 
 
 
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
+ matplotlib>=3.7.0
17
+ requests>=2.31.0
18
+ datasets>=2.14.0
19
+
20
+ # ── Round 2: Training (GPU only β€” venue machine) ──────────
21
+ # Install these ONLY on venue GPU machine:
22
+ # pip install unsloth trl transformers accelerate bitsandbytes