We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e23ed commit 8f94f23Copy full SHA for 8f94f23
HISTORY.rst
@@ -1,6 +1,10 @@
1
=======
2
History
3
4
+4.0.5 (2023-10-12)
5
+------------------
6
+
7
+* Relaxed scipy and pandas version requirements to allow verions 2.x
8
9
4.0.4 (2023-08-23)
10
------------------
chartify/__init__.py
@@ -23,7 +23,7 @@
23
24
__author__ = """Chris Halpert"""
25
__email__ = "chalpert@spotify.com"
26
-__version__ = "4.0.4"
+__version__ = "4.0.5"
27
28
_IPYTHON_INSTANCE = False
29
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
0 commit comments