mlflow--mlflow
88 行
1.7 KiB
YAML
88 行
1.7 KiB
YAML
# These are the core requirements for the complete MLflow platform, which augments
|
|
# the skinny client functionality with support for running the MLflow Tracking
|
|
# Server & UI. It also adds project backends such as Docker and Kubernetes among
|
|
# other capabilities. When we release a new major/minor version, this file is
|
|
# automatically updated as a part of the release process.
|
|
|
|
alembic:
|
|
pip_release: alembic
|
|
max_major_version: 1
|
|
# alembic 1.10.0 contains a regression: https://github.com/sqlalchemy/alembic/issues/1195
|
|
unsupported: ["1.10.0"]
|
|
|
|
docker:
|
|
pip_release: docker
|
|
minimum: "4.0.0"
|
|
max_major_version: 7
|
|
|
|
flask:
|
|
pip_release: Flask
|
|
max_major_version: 3
|
|
|
|
flask-cors:
|
|
pip_release: Flask-CORS
|
|
max_major_version: 6
|
|
|
|
numpy:
|
|
pip_release: numpy
|
|
max_major_version: 2
|
|
|
|
scipy:
|
|
pip_release: scipy
|
|
max_major_version: 1
|
|
|
|
pandas:
|
|
pip_release: pandas
|
|
max_major_version: 2
|
|
|
|
sqlalchemy:
|
|
pip_release: sqlalchemy
|
|
minimum: "1.4.0"
|
|
max_major_version: 2
|
|
|
|
cryptography:
|
|
pip_release: cryptography
|
|
minimum: "43.0.0"
|
|
max_major_version: 48
|
|
|
|
gunicorn:
|
|
pip_release: gunicorn
|
|
max_major_version: 26
|
|
markers: "platform_system != 'Windows'"
|
|
|
|
waitress:
|
|
pip_release: waitress
|
|
max_major_version: 3
|
|
markers: "platform_system == 'Windows'"
|
|
|
|
scikit-learn:
|
|
pip_release: scikit-learn
|
|
max_major_version: 1
|
|
|
|
skops:
|
|
pip_release: skops
|
|
max_major_version: 0
|
|
|
|
pyarrow:
|
|
pip_release: pyarrow
|
|
minimum: "4.0.0"
|
|
max_major_version: 24
|
|
|
|
matplotlib:
|
|
pip_release: matplotlib
|
|
max_major_version: 3
|
|
|
|
graphene:
|
|
pip_release: graphene
|
|
max_major_version: 3
|
|
|
|
huey:
|
|
pip_release: huey
|
|
minimum: "2.5.4"
|
|
max_major_version: 3
|
|
|
|
aiohttp:
|
|
pip_release: aiohttp
|
|
minimum: "3.7.0"
|
|
max_major_version: 3
|