-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mlflow fix #286
Mlflow fix #286
Conversation
Cummulative 0.4.0 Changes
updates: - [github.com/psf/black: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0)
[pre-commit.ci] pre-commit autoupdate
Display the repo on pypi, see https://python-poetry.org/docs/pyproject/#repository
add `repository` link
* import changes from ipsuite/260 * bump zntrack version
* bump znh5md * update lock
pyproject.toml
Outdated
zntrack = {version = "^0.7.2", optional = true} | ||
mlflow = {version = "^2.11.3", extras = ["mlflow"]} | ||
zntrack = {version = "^0.7.3", optional = true} | ||
mlflow = {version = "^2.0.0", optional = true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make it ^2
and not ^2.0.0
which will restrict it to mlflow 2.0.X
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
made mlflow optional instead creating of the faulty extra.