Skip to content

Commit e04fb89

Browse files
committed
Simply fix it to 0.13.0
1 parent fe24634 commit e04fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _supports_symlinks():
199199
extras_require={
200200
'ml': ['numpy>=1.7'],
201201
'mllib': ['numpy>=1.7'],
202-
'sql': ['pandas']
202+
'sql': ['pandas>=0.13.0']
203203
},
204204
classifiers=[
205205
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)