Skip to content

Commit

Permalink
add anthropic to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Jun 24, 2024
1 parent a6b2cff commit 44d02f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fastapi = "*"
openai = ">=1.30.1,<2.0"
termcolor = "*"
chromadb = "*"

anthropic = "*"

[tool.poetry.group.lint.dependencies]
black = ">=23.1,<25.0"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ pytest>=8.1.1
termcolor>=2.4.0
pandas>=2.2.2
fastapi>=0.110.1
chromadb
chromadb
anthropic

0 comments on commit 44d02f4

Please sign in to comment.