You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we have a minimal pyarrow we support? environment.yml lists pyarrow>=0.7.0. There are some special cases in internals.blocks for pyarrow compat that would be nice to get rid of eventually.
It looks like the commit that removed pyarrow's deprecated usage was 2018-01-25 apache/arrow@6bb1d1b. The first release after that looks like 0.9.0 on 2018-03-16
Activity
jbrockmendel commentedon Jan 4, 2019
Do we have a minimal pyarrow we support? environment.yml lists pyarrow>=0.7.0. There are some special cases in internals.blocks for pyarrow compat that would be nice to get rid of eventually.
jreback commentedon Jan 4, 2019
not averse to bumping
jbrockmendel commentedon Jan 5, 2019
It looks like the commit that removed pyarrow's deprecated usage was 2018-01-25 apache/arrow@6bb1d1b. The first release after that looks like 0.9.0 on 2018-03-16
jreback commentedon Jan 5, 2019
bump to 0.9.0 would be fine
jorisvandenbossche commentedon Jan 6, 2019
I am also fine with bumping to 0.9.0.
That is however unrelated to the original issue here, though. @jbrockmendel can you open a new issue for that?