Skip to content

v0.3.1 - Colab Compatibility

Choose a tag to compare

@lmeyerov lmeyerov released this 31 Jul 06:42
· 38 commits to main since this release
9816bc3

What's Changed

Bug Fixes

  • fix: lower pyarrow requirement for Colab compatibility (#9)
    • Changed pyarrow requirement from >=21.0.0 to >=14.0.0
    • Resolves installation conflicts with Google Colab's pre-installed CUDA libraries

Installation

This release specifically fixes the pip install louieai error in Google Colab environments:

# Now works in Google Colab\! 
\!pip install louieai

Technical 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