Skip to content
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
# Changed

* `requirements_txt_file` no longer optional for model uploads.

# Fixed

* Added protobuf==3.2.0 to requirements to fix bug with model deployment.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
unboxapi
numpy>=1.22
pandas==1.1.4
scikit-learn==0.24.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"We made our best to make it as simple as possible. You should use this notebook together with the [**tabular tutorial**](https://docs.unbox.ai/docs/uploading-your-first-model-and-dataset) from our documentation."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!curl \"https://raw.githubusercontent.com/unboxai/examples-gallery/main/tabular-classification/sklearn/requirements.txt\" --output \"requirements.txt\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading