melih-unsal / DemoGPT

🤖 Everything you need to create an LLM Agent—tools, prompts, frameworks, and models—all in one place.
MIT License
1.69k stars 200 forks source link

fix python version #56

Closed zhihuij closed 1 year ago

zhihuij commented 1 year ago

Fix the following dependence issue:

The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:

  • langchain-experimental requires Python >=3.8.1,<4.0, so it will not be satisfied for Python >=3.7,<3.8.1
melih-unsal commented 1 year ago

Thanks @zhihuij. Good catch!