Skip to content

Commit

Permalink
Remove pin on flytekit in the basics image (#1699)
Browse files Browse the repository at this point in the history
* Remove pin on flytekit in the basics image

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Pin xgboost to <2.1.0

---------

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario authored Jun 20, 2024
1 parent 76d61cd commit b994f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV VENV /opt/venv
RUN python3 -m venv ${VENV}
ENV PATH="${VENV}/bin:$PATH"

RUN pip install flytekit==1.10.0 flytekitplugins-envd
RUN pip install flytekit flytekitplugins-envd

# Copy the actual code
COPY . /root
Expand Down
2 changes: 1 addition & 1 deletion examples/house_price_prediction/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flytekit>=0.32.3
wheel
matplotlib
flytekitplugins-deck-standard
xgboost
xgboost<2.1.0
joblib
scikit-learn
tabulate
Expand Down
2 changes: 1 addition & 1 deletion examples/pima_diabetes/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flytekit>=0.32.3
wheel
matplotlib
flytekitplugins-deck-standard
xgboost
xgboost<2.1.0
joblib
scikit-learn
tabulate
Expand Down

0 comments on commit b994f44

Please sign in to comment.