Skip to content

Commit 4946b07

Browse files
Merge pull request #75 from InfluxCommunity/73-attributeerror-pyarrow_flightflightclient-object-has-no-attribute-close
updated build info
2 parents b1eafac + 14e366c commit 4946b07

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'python_dateutil >= 2.5.3',
1010
'setuptools >= 21.0.0',
1111
'urllib3 >= 1.26.0',
12-
'pyarrow'
12+
'pyarrow >= 8.0.0'
1313
]
1414

1515
with open("./README.md", "r", encoding="utf-8") as fh:
@@ -45,14 +45,13 @@ def get_version():
4545
author_email='contact@influxdata.com',
4646
url='https://github.com/InfluxCommunity/influxdb3-python',
4747
packages=find_packages(exclude=['tests', 'tests.*', 'examples', 'examples.*']),
48-
extras_require={'pandas': ['pandas']},
48+
extras_require={'pandas': ['pandas'], 'polars': ['polars'], 'dataframe': ['pandas', 'polars']},
4949
install_requires=requires,
50+
python_requires='>=3.7',
5051
classifiers=[
5152
'Development Status :: 4 - Beta',
5253
'Intended Audience :: Developers',
5354
'License :: OSI Approved :: MIT License',
54-
'Programming Language :: Python :: 3',
55-
'Programming Language :: Python :: 3.6',
5655
'Programming Language :: Python :: 3.7',
5756
'Programming Language :: Python :: 3.8',
5857
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)