Skip to content

Commit 6ef3f51

Browse files
committed
deps: pin to last suspected working versions
1 parent f92920a commit 6ef3f51

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
python = "^3.8"
1717
requests = "~2"
1818
tqdm = "~4"
19-
ipywidgets = "^8"
19+
ipywidgets = "<=8.1.3"
2020
ipython = "*"
2121
ibm-cos-sdk = ">=2.13.3"
2222
typing-extensions = {version = "*", python = "^3.11.3", optional = true}
@@ -32,6 +32,7 @@ docs = ["Sphinx", "sphinx-autodoc-typehints", "pydata-sphinx-theme"]
3232
[tool.poetry.dev-dependencies]
3333
jupyterlab = "~4"
3434
jupyterlite = "0.4.0"
35+
jupyterlite-core = "0.4.0"
3536
jupyterlite-pyodide-kernel = "0.4.7"
3637
build = "^0.10.0"
3738
pytest = "~7"

0 commit comments

Comments
 (0)