mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Make Khoj require python version below 3.11 until PyTorch works with it
Closes #128
This commit is contained in:
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ setup(
|
|||||||
url='https://github.com/debanjum/khoj',
|
url='https://github.com/debanjum/khoj',
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
keywords="search semantic-search productivity NLP org-mode markdown beancount images",
|
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(
|
packages=find_packages(
|
||||||
where=".",
|
where=".",
|
||||||
exclude=["tests*"],
|
exclude=["tests*"],
|
||||||
|
|||||||
Reference in New Issue
Block a user