Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-2002-os authored Nov 27, 2024
1 parent a2dc661 commit 9281e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"datasets",
"tiktoken",
"nltk",
"openai~=1.12.0",
"openai",
"pyyaml~=6.0.1",
"pyarrow==15.0.2",
"llama-index==0.11.10",
Expand Down Expand Up @@ -70,4 +70,4 @@
include_package_data=True,
python_requires=">=3.8.0",
zip_safe=False,
)
)

0 comments on commit 9281e06

Please sign in to comment.