Skip to content

Commit 8f94f23

Browse files
iampellecphalpert
andauthored
Release 4.0.5 (#168)
* - Update version and history * Removed pandas major version cap (#167) --------- Co-authored-by: Chris Halpert <cphalpert@gmail.com>
1 parent f5e23ed commit 8f94f23

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
=======
22
History
33
=======
4+
4.0.5 (2023-10-12)
5+
------------------
6+
7+
* Relaxed scipy and pandas version requirements to allow verions 2.x
48

59
4.0.4 (2023-08-23)
610
------------------

chartify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
__author__ = """Chris Halpert"""
2525
__email__ = "chalpert@spotify.com"
26-
__version__ = "4.0.4"
26+
__version__ = "4.0.5"
2727

2828
_IPYTHON_INSTANCE = False
2929

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pandas>=1.2.0,<2.0.0
1+
pandas>=1.2.0
22
Pillow>=9.1.0
33
# Avoid selenium bug:
44
# https://github.com/SeleniumHQ/selenium/issues/5296
55
selenium>=4.0.0
66
bokeh>=3.0.0
7-
scipy>=1.6.0,<2.0.0
7+
scipy>=1.6.0
88
ipykernel>=6.0
99
ipython>=7.17.0
1010
pyyaml>=6.0.0

0 commit comments

Comments
 (0)