Skip to content

Commit

Permalink
Explicitly add tiktoken and relock.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsowell committed Jan 28, 2025
1 parent 013ec97 commit 03de8d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/sycamore/poetry.lock

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

1 change: 1 addition & 0 deletions lib/sycamore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ nltk = { version = "^3.9.0", optional = true }

# LLM Dependencies
anthropic = { version = "^0.42.0", optional = true }
tiktoken = "^0.8.0"

[tool.poetry.group.test.dependencies]
flake8 = "4.0.1"
Expand Down
11 changes: 6 additions & 5 deletions poetry.lock

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

0 comments on commit 03de8d9

Please sign in to comment.