Skip to content

Commit

Permalink
Merge pull request #12 from yummyml/mlflow-rs
Browse files Browse the repository at this point in the history
add split yummy-mlflow
  • Loading branch information
qooba authored Nov 28, 2022
2 parents 67b7e27 + df97329 commit 94682fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
INSTALL_REQUIRE = [
"feast~=0.22.1",
"polars>=0.13.18",
"yummy-rs~=0.0.6",
"yummy-mlflow~=0.0.6",
"yummy-rs~=0.0.7",
"yummy-mlflow~=0.0.7",
]

DASK_REQUIRE = [
Expand Down Expand Up @@ -40,7 +40,7 @@

setup(
name=NAME,
version="0.0.6.6",
version="0.0.7",
author="Qooba",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 94682fc

Please sign in to comment.