fix: pyarrow dependency breaking (#864)
* updated setup Signed-off-by:Allison Suarez Miranda <asuarezmiranda@lyft.com> * req change Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * moved pyarrow toe xtras require Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
Showing
... | @@ -71,9 +71,6 @@ responses==0.12.1 | ... | @@ -71,9 +71,6 @@ responses==0.12.1 |
# Required for announcement client | # Required for announcement client | ||
SQLAlchemy==1.3.22 | SQLAlchemy==1.3.22 | ||
# Required for Dremio preview client | |||
pyarrow==2.0.0 | |||
# A common package that holds the models deifnition and schemas that are used | # A common package that holds the models deifnition and schemas that are used | ||
# accross different amundsen repositories. | # accross different amundsen repositories. | ||
amundsen-common==0.5.9 | amundsen-common==0.5.9 | ||
... | ... |
Please register or sign in to comment