Skip to content

Commit

Permalink
reverting mlstacks installation after the install (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak authored Sep 9, 2024
1 parent 28f81b4 commit a63827a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ jobs:
run: |
source .venv/bin/activate
uv pip install -e .
# TODO: Remove and add mlstacks back in
uv pip install git+https://github.com/zenml-io/mlstacks.git@feature/upgrade-python-3.12
uv pip install mlstacks
- name: Check for broken dependencies
run: |
source .venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ types-psutil = { version = "^5.8.13", optional = true }
types-passlib = { version = "^1.7.7", optional = true }

# mlstacks dependencies
mlstacks = { version = "0.9.0", optional = true }
mlstacks = { version = "0.10.0", optional = true }

[tool.poetry.extras]
server = [
Expand Down
4 changes: 1 addition & 3 deletions scripts/install-zenml-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ parse_args () {

install_zenml() {
# install ZenML in editable mode
uv pip install $PIP_ARGS -e ".[server,templates,terraform,secrets-aws,secrets-gcp,secrets-azure,secrets-hashicorp,s3fs,gcsfs,adlfs,dev]"
# TODO: Remove and add the extra back in
uv pip install $PIP_ARGS git+https://github.com/zenml-io/mlstacks.git@feature/upgrade-python-3.12
uv pip install $PIP_ARGS -e ".[server,templates,terraform,secrets-aws,secrets-gcp,secrets-azure,secrets-hashicorp,s3fs,gcsfs,adlfs,dev,mlstacks]"
}

install_integrations() {
Expand Down

0 comments on commit a63827a

Please sign in to comment.