This commit is contained in:
cs
2026-07-20 14:10:12 +03:00
commit 2c07fd63c0
10 changed files with 764 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# === Базовые ===
mlflow>=2.11.0
scikit-learn>=1.3.0
pandas>=2.0.0
numpy>=1.24.0
matplotlib>=3.7.0
# === Для GPU-версии (PyTorch + 3090) ===
# Устанавливайте torch отдельно под вашу CUDA:
# pip install torch --index-url https://download.pytorch.org/whl/cu121
torch>=2.1.0
torchvision>=0.16.0
# === Для MLflow UI / Model Registry ===
# SQLite backend уже входит в стандартную поставку Python