diff --git a/requirements.txt b/requirements.txt index 50ce121..dc42941 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ mistune>=0.7.4 nbconvert>=5.3.1 nbformat>=4.4.0 nose>=1.3.7 -notebook~>5.4.1 +notebook>=5.7.2 numpy>=1.13.3 pandas>=0.20.3 pandocfilters>=1.4.2 diff --git a/setup.py b/setup.py index bb003af..f0b8629 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="copac", - version="0.1", + version="0.2", author="Roman Feldbauer", author_email="roman.feldbauer@ofai.at", maintainer="Roman Feldbauer",