Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sidjha1 committed Oct 31, 2024
1 parent 070d01f commit 761df36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sphinx-rtd-theme==2.0.0

backoff==2.2.1
faiss-cpu==1.8.0.post1
litellm==1.51.0
numpy==1.26.4
openai==1.35.13
pandas==2.2.2
sentence-transformers==3.0.1
tiktoken==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
dependencies = [
"backoff>=2.2.1,<3.0.0",
"faiss-cpu>=1.8.0.post1,<2.0.0",
"litellm>=1.51.0,<2.0.0",
"numpy>=1.25.0,<2.0.0",
"openai>=1.35.13,<2.0.0",
"pandas>=2.0.0,<3.0.0",
"sentence-transformers>=3.0.1,<4.0.0",
"tiktoken>=0.7.0,<1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backoff==2.2.1
faiss-cpu==1.8.0.post1
litellm==1.51.0
numpy==1.26.4
openai==1.35.13
pandas==2.2.2
sentence-transformers==3.0.1
tiktoken==0.7.0
Expand Down

0 comments on commit 761df36

Please sign in to comment.