Skip to content

Commit

Permalink
Relax Anthropic version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiat1123 authored Oct 19, 2023
1 parent 503210c commit f98bb8c
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 @@ -9,7 +9,7 @@

setup(
name="pyllms",
version="0.3.6",
version="0.3.7",
description="Minimal Python library to connect to LLMs (OpenAI, Anthropic, Google Palm2/Vertex, AI21, Cohere, Aleph-Alpha, HuggingfaceHub), with a built-in model performance benchmark.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
install_requires=[
"openai",
"tiktoken",
"anthropic==0.3.5",
"anthropic>=0.3",
"ai21",
"cohere",
"aleph-alpha-client",
Expand Down

0 comments on commit f98bb8c

Please sign in to comment.