-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
59 lines (48 loc) · 778 Bytes
/
Copy pathrequirements.txt
File metadata and controls
59 lines (48 loc) · 778 Bytes
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
# Core Python
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.10.0
# Machine Learning
scikit-learn>=1.3.0
xgboost>=2.0.0
# Deep Learning
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.30.0
# NLP
spacy>=3.6.0
nltk>=3.8.0
sentencepiece>=0.1.99
# Jupyter & Visualization
jupyter>=1.0.0
jupyterlab>=4.0.0
ipywidgets>=8.0.0
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.14.0
# Web & API
fastapi>=0.100.0
uvicorn>=0.23.0
requests>=2.31.0
httpx>=0.24.0
# Data Processing
openpyxl>=3.1.0
python-multipart>=0.0.6
pyyaml>=6.0
# ML Ops & Tracking
mlflow>=2.5.0
wandb>=0.15.0
# Security Tools
python-dateutil>=2.8.0
cryptography>=41.0.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
# Code Quality
black>=23.7.0
flake8>=6.1.0
mypy>=1.4.0
# Utils
tqdm>=4.65.0
python-dotenv>=1.0.0
loguru>=0.7.0