v0.3.1 - Colab Compatibility
What's Changed
Bug Fixes
- fix: lower pyarrow requirement for Colab compatibility (#9)
- Changed pyarrow requirement from
>=21.0.0to>=14.0.0 - Resolves installation conflicts with Google Colab's pre-installed CUDA libraries
- Changed pyarrow requirement from
Installation
This release specifically fixes the pip install louieai error in Google Colab environments:
# Now works in Google Colab\!
\!pip install louieaiTechnical Details
- No breaking changes - purely a dependency constraint relaxation
- Maintains compatibility with all existing environments
- Tested with pyarrow versions 14.0.0 through 19.0.0
Full Changelog: v0.3.0...v0.3.1