Spaces:
Sleeping
Sleeping
π€ GitHub Actions Bot commited on
Commit Β·
fa1611f
1
Parent(s): e146d34
π Deploy MLflow 2026-02-16 10:01
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
# Minimal & Working version
|
| 3 |
|
| 4 |
# MLflow
|
| 5 |
-
mlflow==
|
| 6 |
|
| 7 |
# Database (PostgreSQL)
|
| 8 |
-
psycopg2-binary
|
| 9 |
|
| 10 |
# S3/R2 Storage
|
| 11 |
-
boto3
|
| 12 |
|
| 13 |
# Additional dependencies
|
| 14 |
packaging
|
|
|
|
| 2 |
# Minimal & Working version
|
| 3 |
|
| 4 |
# MLflow
|
| 5 |
+
mlflow==3.1.1
|
| 6 |
|
| 7 |
# Database (PostgreSQL)
|
| 8 |
+
psycopg2-binary
|
| 9 |
|
| 10 |
# S3/R2 Storage
|
| 11 |
+
boto3
|
| 12 |
|
| 13 |
# Additional dependencies
|
| 14 |
packaging
|