Resolve conflicts (#208)

This commit is contained in:
Deshraj Yadav
2023-07-10 21:50:05 -07:00
committed by GitHub
parent 6936d6983d
commit 9ca836520f
32 changed files with 396 additions and 207 deletions

View File

@@ -8,7 +8,7 @@ setuptools.setup(
version="0.0.18",
author="Taranjeet Singh",
author_email="reachtotj@gmail.com",
description="embedchain is a framework to easily create LLM powered bots over any dataset",
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/embedchain/embedchain",
@@ -18,7 +18,7 @@ setuptools.setup(
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
python_requires=">=3.8",
py_modules=["embedchain"],
install_requires=[
"langchain>=0.0.205",