Skip to content

Commit cf46816

Browse files
committed
Release 0.1.3
Update dependencies, this version only works with ipykernel<6.
1 parent bc15b48 commit cf46816

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: '3.6'
17+
python-version: '3.8'
1818

1919
- name: Install dependencies
2020
run: |

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jupyter-ui-poll
77

88
Block Jupyter cell execution while interacting with widgets.
99

10+
.. note::
11+
12+
This version only works with ipykernel 5.* series.
13+
1014
This library is for people familiar with ``ipywidgets`` who want to solve the
1115
following problem:
1216

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = jupyter-ui-poll
3-
version = 0.1.2
3+
version = 0.1.3
44

55
description = Block jupyter cell execution while interacting with widgets
66
long_description = file: README.rst
@@ -31,7 +31,7 @@ test_suite = tests
3131
setup_requires =
3232
setuptools
3333
install_requires =
34-
ipython
34+
ipykernel<6
3535
test_requires =
3636
pytest
3737

0 commit comments

Comments
 (0)