sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
127 stars 16 forks source link

update pyproject.toml #50

Closed lwaekfjlk closed 1 month ago

lwaekfjlk commented 2 months ago

Closes #49

📑 Description

✅ Checks

ℹ Additional Information

ProKil commented 2 months ago

@lwaekfjlk are you still working on this PR?

lwaekfjlk commented 2 months ago

@ProKil , yeah, it looks like the current error is caused by openai calling?

ProKil commented 2 months ago

It is because of the change of langchain API

lwaekfjlk commented 2 months ago

@ProKil Looks like the langchain version should be hard coded as 0.1.5, utilizing ^0.1.5 will activate it to install 0.1.17 which cannot pass the mypy testing.

Additionally, when utilizing ^2.1 for torch, it would activate to install 2.3.0 and failed with an error when running poetry install.