Skip to content

Commit

Permalink
fix setup.py: bogus requirements pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
voutilad committed Sep 21, 2022
1 parent 30b2f29 commit 0703872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
license="Apache License 2.0",

install_requires=[
"pyarrow=9",
"pyarrow==9",
],
packages=find_packages(),
)

0 comments on commit 0703872

Please sign in to comment.