Make Khoj require python version below 3.11 until PyTorch works with it

Closes #128
This commit is contained in:
Debanjum Singh Solanky
2023-02-06 23:11:51 -03:00
parent 11a18cc452
commit d3e82b918f

View File

@@ -16,7 +16,7 @@ setup(
url='https://github.com/debanjum/khoj',
license="GPLv3",
keywords="search semantic-search productivity NLP org-mode markdown beancount images",
python_requires=">=3.8, <4",
python_requires=">=3.8, <3.11",
packages=find_packages(
where=".",
exclude=["tests*"],