We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5166a commit da55516Copy full SHA for da55516
pyproject.toml
@@ -18,7 +18,7 @@ requests = "~2"
18
tqdm = "~4"
19
ipywidgets = "~7"
20
ipython = "*"
21
-ibm-cos-sdk = {version = "~2", optional = true}
+ibm-cos-sdk = ">=2.13.3"
22
typing-extensions = {version = "*", python = "^3.7.17", optional = true}
23
# Sphinx documentation dependencies
24
Sphinx = { version = "~4", optional = true }
0 commit comments