Skip to content

Commit

Permalink
Increase the minimum pandas version (#774)
Browse files Browse the repository at this point in the history
`quilt inspect` depends on it
  • Loading branch information
dimaryaz authored Nov 1, 2018
1 parent e5003d3 commit 99d44e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def readme():
'future>=0.16.0', # stdlib backport: 'from builtins import xxx', plus others.
'numpy>=1.14.0', # required by pandas, but missing from its dependencies.
'packaging>=16.8',
'pandas>=0.19.2',
'pandas>=0.21.0',
'pathlib2; python_version<"3.6"', # stdlib backport
'pyarrow>=0.9.0',
'pyyaml>=3.12',
Expand Down

0 comments on commit 99d44e7

Please sign in to comment.