Skip to content
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

chore(deps): bump mlflow from 1.6.0 to 2.3.1 in /tf/tf #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tf/tf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ geoplot==0.3.2 # geoplot is a high-level Python geospatial plotting library. It
lightgbm==2.2.3 # A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART)
luigi==2.8.7 # helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
matplotlib==3.1.1
mlflow==1.6.0 # platform for the machine learning lifecycle
mlflow==2.3.1 # platform for the machine learning lifecycle
mrcnn # Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
newspaper3k==0.2.8 # Article scraping & curation
numpy-quaternion # adds a quaternion dtype to NumPy
Expand Down