We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6754a76 commit c15efbdCopy full SHA for c15efbd
setup.py
@@ -47,8 +47,11 @@
47
],
48
"pandas": ["pandas>=0.17.1"],
49
# Exclude PyArrow dependency from Windows Python 2.7.
50
- 'pyarrow: platform_system != "Windows" or python_version >= "3.5"': [
51
- "pyarrow>=1.0.0, <2.0dev; python_version>='3.4'",
+ 'pyarrow: platform_system == "Windows"': [
+ "pyarrow>=1.0.0, <2.0dev; python_version>='3.5'",
52
+ ],
53
+ 'pyarrow: platform_system != "Windows"': [
54
55
# Pyarrow >= 0.17.0 is not compatible with Python 2 anymore.
56
"pyarrow < 0.17.0; python_version < '3.0'",
57
0 commit comments