diff --git a/lore/__init__.py b/lore/__init__.py index 05250a5..73f30d7 100644 --- a/lore/__init__.py +++ b/lore/__init__.py @@ -17,7 +17,7 @@ __copyright__ = 'Copyright © 2018, Instacart' __credits__ = ['Montana Low', 'Jeremy Stanley', 'Emmanuel Turlay', 'Shrikar Archak', 'Ganesh Krishnan'] __license__ = 'MIT' -__version__ = '0.8.4' +__version__ = '0.8.5' __maintainer__ = 'Montana Low' __email__ = 'montana@instacart.com' __status__ = 'Development Status :: 4 - Beta' diff --git a/lore/dependencies.py b/lore/dependencies.py index 7a0a497..3ae8e5a 100644 --- a/lore/dependencies.py +++ b/lore/dependencies.py @@ -5,7 +5,7 @@ JINJA = ['Jinja2>=2.9.0, <2.10.0'] JUPYTER = [ 'jupyter>=1.0, <1.0.99', - 'jupyter-core>=4.4.0, <4.4.99', + 'jupyter-core>=4.6.1, <4.6.99', ] NUMPY = ['numpy>=1.14, <1.14.99'] PANDAS = ['pandas>=0.20, <0.23.99, !=0.22.0']