Skip to content

Commit

Permalink
Merge pull request #43 from chatarena/elliottower-patch-1
Browse files Browse the repository at this point in the history
Update PettingZoo and Umshini requirements
  • Loading branch information
yuxiang-wu authored Jun 7, 2023
2 parents 4f908bd + aeec261 commit c8d5a71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ huggingface = ["transformers>=4.27.4"]
bard = ["bardapi==0.1.11"]
langchain_requirements = ["langchain>=0.0.135"]
gradio = ["gradio==3.20.0"]
pettingzoo = ["pettingzoo==1.23.0", "chess==1.9.4"]
umshini_requirements = ["pygame==2.4.0", "pettingzoo==1.23.0", "chess==1.9.4", "langchain>=0.0.135"]
pettingzoo = ["pettingzoo[classic]>=1.23.1"]
umshini_requirements = ["pettingzoo[classic]>=1.23.1", "pygame-ce>=2.2.1", "langchain>=0.0.135"]
all_backends = ["anthropic>=0.2.8", "cohere>=4.3.1", "transformers>=4.27.4", "bardapi==0.1.11", "langchain>=0.0.135"]
all_envs = ["pettingzoo==1.23.0", "chess==1.9.4", "pygame==2.4.0"]
all = ["anthropic>=0.2.8", "cohere>=4.3.1", "transformers>=4.27.4", "gradio==3.20.0", "pettingzoo==1.23.0", "chess==1.9.4",
"pygame==2.4.0", "bardapi==0.1.11", "langchain>=0.0.135"]
all_envs = ["pettingzoo[classic]>=1.23.1"]
all = ["anthropic>=0.2.8", "cohere>=4.3.1", "transformers>=4.27.4", "gradio==3.20.0", "pettingzoo>=1.23.1",
"pygame-ce>=2.2.1", "bardapi==0.1.11", "langchain>=0.0.135"]

0 comments on commit c8d5a71

Please sign in to comment.