Skip to content

Commit

Permalink
Skip minio-7.2.1 to avoid urllib version mismatch (elyra-ai#3204)
Browse files Browse the repository at this point in the history
Signed-off-by: Sasank Vemuri <[email protected]>
Co-authored-by: Sasank Vemuri <[email protected]>
  • Loading branch information
2 people authored and Nahuel Defossé committed Mar 8, 2024
1 parent 73b5ada commit 9d6f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"jupyterlab-git~=0.32", # Avoid breaking 1.x changes
"jupyter-resource-usage>=0.5.1,<1",
"MarkupSafe>=2.1",
"minio>=7.0.0",
"minio>=7.0.0,!=7.2.1",
"nbclient>=0.5.1",
"nbconvert>=6.5.1",
"nbdime~=3.1", # Cap from jupyterlab-git
Expand Down

0 comments on commit 9d6f1a2

Please sign in to comment.