Skip to content

Commit

Permalink
Release 4.0.5 (#168)
Browse files Browse the repository at this point in the history
* - Update version and history

* Removed pandas major version cap (#167)

---------

Co-authored-by: Chris Halpert <cphalpert@gmail.com>
  • Loading branch information
iampelle and cphalpert committed Oct 12, 2023
1 parent f5e23ed commit 8f94f23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__author__ = """Chris Halpert"""
__email__ = "chalpert@spotify.com"
__version__ = "4.0.4"
__version__ = "4.0.5"

_IPYTHON_INSTANCE = False

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f94f23

Please sign in to comment.