build: Pin mlflow (#5094)

This commit is contained in:
bogdankostic 2023-06-07 11:24:01 +02:00 committed by GitHub
parent a2156ee8fb
commit eca8f66ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ metrics = [ # for metrics
"scipy>=1.3.2",
"rapidfuzz>=2.0.15,<2.8.0", # FIXME https://github.com/deepset-ai/haystack/pull/3199
"seqeval",
"mlflow",
"mlflow<2.4.0",
]
ray = [
"ray[serve]>=1.9.1,<2; platform_system != 'Windows'",