Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiok committed Jan 11, 2025
1 parent d993ac9 commit ffe9277
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

setup(
name="pyaskit",
version="1.4.3",
version="1.4.4",
packages=find_packages(),
description="AskIt: Unified programming interface for programming with large language models (GPT-3.5, GPT-4, Gemini, Claude, COHERE, Llama 2)",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Katsumi Okuda",
author_email="okuda@csail.mit.edu",
url="https://github.com/katsumiok/pyaskit",
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"openai>=1.12.0",
"unidecode",
"timeout-decorator",
"astor",
"typing_extensions",
""
],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit ffe9277

Please sign in to comment.