Skip to content

v0.9.0 - don't require openai, tiktoken

Compare
Choose a tag to compare
@kddubey kddubey released this 01 Feb 21:45
· 23 commits to main since this release

Breaking changes

  • pip install cappr will no longer install openai, tiktoken. Install them yourself, or install them using pip install "cappr[openai]". For previous versions of cappr, if you needed to install cappr without these dependencies, you had to run:
python -m pip install \
    "numpy>=1.21.0" \
    "tqdm>=4.27.0" && \
python -m pip install --no-deps cappr

New features

None

Bug fixes

None