Fix incompatible Python packages in mlx-api build#302
Merged
mlx-bot merged 1 commit intoclaimed-framework:mainfrom Feb 19, 2022
Merged
Fix incompatible Python packages in mlx-api build#302mlx-bot merged 1 commit intoclaimed-framework:mainfrom
mlx-api build#302mlx-bot merged 1 commit intoclaimed-framework:mainfrom
Conversation
Pinning/downgrading the following dependencies: * elyra-server<3.4.0 # elyra-server>=3.4.0 requires minio>7.0.0 which breaks mlx-api code * python-lsp-server[all]<1.3.0 # from elyra-server, 1.3.0 requires autopep8>=1.6.0 but elyra-server==3.3.0 requires autopep8<1.5.6 * black==21.12b0 # from elyra-server, 22.1.0 requires click>=8.0.0 which breaks kfp 1.7.1 and Flask 1.1.4 * Flask>=1.1.4,<2.0.0 # Flask>2.0.0 requires Werkzeug>=2.0, but connexion[swagger-ui]==2.9.0 requires werkzeug<2.0,>=1.0 Resolves claimed-framework#299 Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Collaborator
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
Author
Contributor
|
/lgtm |
Contributor
Author
|
I tested this in a new mlx-api image ckadner/mlx-api:2022-02-18 on my local KIND deployment, catalog operations, code gen, running at least one of each asset pipelines |
krishnakumar27
pushed a commit
to krishnakumar27/mlx
that referenced
this pull request
Mar 30, 2022
) Pinning/downgrading the following dependencies: * elyra-server<3.4.0 # elyra-server>=3.4.0 requires minio>7.0.0 which breaks mlx-api code * python-lsp-server[all]<1.3.0 # from elyra-server, 1.3.0 requires autopep8>=1.6.0 but elyra-server==3.3.0 requires autopep8<1.5.6 * black==21.12b0 # from elyra-server, 22.1.0 requires click>=8.0.0 which breaks kfp 1.7.1 and Flask 1.1.4 * Flask>=1.1.4,<2.0.0 # Flask>2.0.0 requires Werkzeug>=2.0, but connexion[swagger-ui]==2.9.0 requires werkzeug<2.0,>=1.0 Resolves claimed-framework#299 Signed-off-by: Christian Kadner <ckadner@us.ibm.com> Signed-off-by: Krishna Kumar <krishnakumar@ibm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinning/downgrading the following dependencies:
Resolves #299