civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

update feather-format in dev-requirements.txt #265

Closed mheilman closed 6 years ago

mheilman commented 6 years ago

pyarrow doesn't have wheels for 3.4 now (see https://pypi.org/project/pyarrow/#files), so the build for master fails (see #264) because it can't install pyarrow, which is required for feather-format.

Ideally, we'd make it so travis could build arrow if necessary, but that seems nontrivial, so I'm continuing with the less-than-great solution of not testing feather when a wheel isn't available.