Skip to content

Commit 7ade199

Browse files
committed
add pyarrow as a dependency
1 parent b722fe3 commit 7ade199

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"Programming Language :: Python :: 3.8",
3232
],
3333
description="The RelationalAI Software Development Kit for Python",
34-
install_requires=["ed25519==1.5"],
34+
install_requires=[
35+
"ed25519==1.5",
36+
"pyarrow>=6.0.1"],
3537
license="http://www.apache.org/licenses/LICENSE-2.0",
3638
long_description="Enables access to the RelationalAI REST APIs from Python",
3739
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)