Metadata-Version: 2.1
Name: tango-mlflow
Version: 1.0.1
Summary: MLflow integration for ai2-tango
Author: altescy
Author-email: altescy@fastmail.com
Requires-Python: >=3.8.1,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: all
Provides-Extra: flax
Provides-Extra: optuna
Provides-Extra: torch
Requires-Dist: ai2-tango (>=1.0.0,<2.0.0)
Requires-Dist: flax (>=0.6.8,<0.7.0) ; extra == "flax" or extra == "all"
Requires-Dist: mlflow (>=1.28,<3.0)
Requires-Dist: optuna (>=3.0.5,<4.0.0) ; extra == "optuna" or extra == "all"
Requires-Dist: torch (>=2.0.0,<3.0.0) ; extra == "torch" or extra == "all"
