Skip to content

Commit

Permalink
Experimental pandas bump for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Mar 26, 2019
1 parent 31188e3 commit 300ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pandas>=0.16.2,<=0.23.*', 'openpyxl>=2.5', 'xlrd==1.0.0', 'colour>=0.1.5', 'jsonschema==2.6.0'],
install_requires=['pandas<=0.25.*', 'openpyxl>=2.5', 'xlrd==1.0.0', 'colour>=0.1.5', 'jsonschema==2.6.0'],
)

0 comments on commit 300ed33

Please sign in to comment.