-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
69 lines (60 loc) · 1.21 KB
/
requirements.txt
File metadata and controls
69 lines (60 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# =========================
# Core utilities
# =========================
loguru==0.7.2
python-dotenv==1.0.1
tqdm==4.66.4
typer==0.12.3
# rich==13.7.1 -fulfilled by dagshub
# =========================
# Testing & Linting (will separate later)
# =========================
pytest==8.3.1
ruff==0.5.6
# =========================
# ML / Data
# =========================
numpy==1.26.4
pandas==2.2.2
scikit-learn==1.5.1
scipy==1.14.0
joblib==1.4.2
xgboost==3.1.2
# =========================
# Interface
# =========================
fastapi==0.115.5
python-multipart==0.0.18
# =========================
# NLP (sentiment)
# =========================
nltk==3.8.1
regex==2024.7.24
# =========================
# MLOps
# =========================
mlflow==2.15.0
dagshub==0.3.34
dvc
# =========================
# AWS (for future deploy)
# =========================
boto3==1.34.131
botocore==1.34.131
s3transfer==0.10.2
# ========================
# Config & HTTP
# =========================
PyYAML==6.0.1
requests==2.32.3
python-dateutil==2.9.0.post0
urllib3==2.2.2
certifi==2024.7.4
# =========================
# Serialization
# =========================
cloudpickle==3.0.0
# =========================
# Project
# =========================
-e .