Skip to content

Commit 16d780e

Browse files
authored
fix: update root requirements.txt with all deps, version pins, and proper comments
1 parent 04b94b4 commit 16d780e

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

requirements.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
pandas
2-
scikit-learn
3-
joblib
4-
streamlit
1+
# Root-level requirements for AI model training scripts
2+
# Backend API requirements are in backend/requirements.txt
3+
4+
# Core ML & Data
5+
numpy>=1.24.0
6+
pandas>=2.0.0
7+
scikit-learn>=1.3.0
8+
joblib>=1.3.0
9+
10+
# Backend API
11+
fastapi>=0.104.0
12+
uvicorn[standard]>=0.24.0
13+
sqlalchemy>=2.0.0
14+
python-multipart>=0.0.6
15+
httpx>=0.25.0
16+
requests>=2.31.0
17+
18+
# Testing
19+
pytest>=7.4.0
20+
pytest-cov>=4.1.0

0 commit comments

Comments
 (0)