diff --git a/HISTORY.rst b/HISTORY.rst index 3797533..391ce0b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ ======= History ======= +4.0.5 (2023-10-12) +------------------ + +* Relaxed scipy and pandas version requirements to allow verions 2.x 4.0.4 (2023-08-23) ------------------ diff --git a/chartify/__init__.py b/chartify/__init__.py index 19c0f7a..e935f6e 100644 --- a/chartify/__init__.py +++ b/chartify/__init__.py @@ -23,7 +23,7 @@ __author__ = """Chris Halpert""" __email__ = "chalpert@spotify.com" -__version__ = "4.0.4" +__version__ = "4.0.5" _IPYTHON_INSTANCE = False diff --git a/requirements.txt b/requirements.txt index 455af8f..4196e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -pandas>=1.2.0,<2.0.0 +pandas>=1.2.0 Pillow>=9.1.0 # Avoid selenium bug: # https://github.com/SeleniumHQ/selenium/issues/5296 selenium>=4.0.0 bokeh>=3.0.0 -scipy>=1.6.0,<2.0.0 +scipy>=1.6.0 ipykernel>=6.0 ipython>=7.17.0 pyyaml>=6.0.0