diff --git a/tutorials/get-started-notebooks/quickstart.ipynb b/tutorials/get-started-notebooks/quickstart.ipynb index c1777d1314..0f029e08d3 100644 --- a/tutorials/get-started-notebooks/quickstart.ipynb +++ b/tutorials/get-started-notebooks/quickstart.ipynb @@ -264,7 +264,7 @@ " 'pip<=21.3.1',\n", " {\n", " 'pip': [\n", - " 'mlflow==2.17.0',\n", + " 'mlflow<3',\n", " 'cloudpickle==2.2.1',\n", " 'pandas==1.5.3',\n", " 'psutil==5.8.0',\n", @@ -277,9 +277,7 @@ "\n", " mlflow.sklearn.log_model(\n", " sk_model=clf,\n", - " registered_model_name=args.registered_model_name,\n", " artifact_path=args.registered_model_name,\n", - " conda_env=conda_env,\n", " )\n", "\n", " # Saving the model to a file\n", @@ -721,4 +719,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file