-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scipy image and requirements for Charmed Kubeflow 1.9 (#92)
* Update image, requirements.in, and requirements.txt * Update version of pydantic in kserve notebook * Update comments in requirements.in * Update image to v1.9.0
- Loading branch information
Showing
9 changed files
with
60 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Pinning for katib sdk in 1.8/stable | ||
kubeflow-katib==0.16.0 | ||
# Pinning for katib sdk in 1.9/stable | ||
kubeflow-katib==0.17.0 | ||
tenacity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Pinning for kserve sdk in 1.8/stable | ||
kserve==0.11.2 | ||
# Pinning for kserve sdk in 1.9 | ||
kserve==0.13.0 | ||
# Pining because kserve 0.13 needs to import RootModel which only exists in >= 2.0 | ||
pydantic>=2.0 | ||
kubernetes | ||
requests | ||
tenacity |
Oops, something went wrong.