πŸ€– GitHub Actions Bot commited on
Commit
fa1611f
Β·
1 Parent(s): e146d34

πŸš€ Deploy MLflow 2026-02-16 10:01

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -2,13 +2,13 @@
2
  # Minimal & Working version
3
 
4
  # MLflow
5
- mlflow==2.10.2
6
 
7
  # Database (PostgreSQL)
8
- psycopg2-binary==2.9.9
9
 
10
  # S3/R2 Storage
11
- boto3==1.34.34
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