Skip to content

Commit

Permalink
feat(dependencies)📦: Add python-frontmatter package to project depend…
Browse files Browse the repository at this point in the history
…encies

- Include python-frontmatter 1.1.0 in the project's dependency list.
- Update pixi.lock and pyproject.toml to reflect the new dependency.
- Ensure compatibility with existing packages and Python >=3.10.
  • Loading branch information
ericmjl committed Aug 29, 2024
1 parent 38e081b commit b30a1f9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dependencies = [
"chromadb",
"tantivy",
"numpy<2", # https://github.com/ericmjl/llamabot/issues/56
"python-frontmatter>=1.1.0,<2",
]
requires-python = ">=3.10"
description = "A Pythonic interface to LLMs."
Expand Down

0 comments on commit b30a1f9

Please sign in to comment.