Skip to content

Commit

Permalink
Fixes limits on Arrow for plexus test (#14781)
Browse files Browse the repository at this point in the history
Arrow must be <1.0.0 for plexus to work
  • Loading branch information
potiuk authored Mar 14, 2021
1 parent 23897a5 commit 7fff3b1
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 @@ -391,7 +391,7 @@ def get_sphinx_theme_version() -> str:
'pinotdb>0.1.2,<1.0.0',
]
plexus = [
'arrow>=0.16.0',
'arrow>=0.16.0,<1.0.0',
]
postgres = [
'psycopg2-binary>=2.7.4',
Expand Down

0 comments on commit 7fff3b1

Please sign in to comment.