znmeb / edgyR

R on the Edge: NVIDIAⓇ Jetson™ tools for R developers
https://znmeb.github.io/edgyR/
GNU Affero General Public License v3.0
6 stars 4 forks source link

Update arrow to v2.0.0 #42

Open znmeb opened 3 years ago

znmeb commented 3 years ago

Miniforge now has arrow 2.0.0 and pyarrow-2.0.0 - updating seems like a good idea

znmeb commented 3 years ago

Going to change philosophy on Arrow a bit. I haven't been able to come up with a reproducible build process that includes both Python pyarrow and the C++ libraries accessible to the end user. So I'm going to take Arrow off the base build and make it an installer inside a conda environment for the edgyr user. That will make the final image smaller and give the ability to do Arrow development.