mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Downgrade pyproject.toml to avert depedency conflict
This commit is contained in:
parent
05b7542115
commit
d06b2cf24b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ dependencies = [
|
|||
"openai >= 0.27.0, < 1.0.0",
|
||||
"tiktoken >= 0.3.2",
|
||||
"tenacity >= 8.2.2",
|
||||
"pillow == 10.0.1",
|
||||
"pillow == 9.3.0",
|
||||
"pydantic >= 1.10.10",
|
||||
"pyyaml == 6.0",
|
||||
"rich >= 13.3.1",
|
||||
|
|
Loading…
Reference in a new issue