Skip to content

Commit

Permalink
Removed upper bound of pillow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Oct 24, 2018
1 parent b553645 commit fe73d73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

2.3.3 (2018-10-24)
------------------

* Removed upper bound of Pillow dependency.

2.3.2 (2018-10-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = """Chris Halpert"""
__email__ = '[email protected]'
__version__ = '2.3.2'
__version__ = '2.3.3'

_IPYTHON_INSTANCE = False

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest-runner==2.11.1
pandas==0.23.4
jupyter==1.0.0
pylint==1.7.4
Pillow==4.3.0
Pillow==5.3.0
selenium==3.8.0
bokeh==0.13.0
scipy==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
requirements = [
'pandas>=0.21.0,<1.0.0',
'jupyter>=1.0.0,<2.0.0',
'Pillow>=4.3.0,<5.0.0',
'Pillow>=4.3.0',
# Avoid selenium bug:
# https://github.com/SeleniumHQ/selenium/issues/5296
'selenium>=3.7.0,<=3.8.0',
Expand Down

0 comments on commit fe73d73

Please sign in to comment.