Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
Update dependencies, this version only works with ipykernel<6.
  • Loading branch information
Kirill888 committed Sep 4, 2021
1 parent bc15b48 commit cf46816
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jupyter-ui-poll

Block Jupyter cell execution while interacting with widgets.

.. note::

This version only works with ipykernel 5.* series.

This library is for people familiar with ``ipywidgets`` who want to solve the
following problem:

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = jupyter-ui-poll
version = 0.1.2
version = 0.1.3

description = Block jupyter cell execution while interacting with widgets
long_description = file: README.rst
Expand Down Expand Up @@ -31,7 +31,7 @@ test_suite = tests
setup_requires =
setuptools
install_requires =
ipython
ipykernel<6
test_requires =
pytest

Expand Down

0 comments on commit cf46816

Please sign in to comment.