mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Upgrade PyTorch, Pillow version to resolve Dependabot Security Advisories
This also enables GPU usage by Khoj on MacOS as MPS support is now in PyTorch mainline
This commit is contained in:
6
setup.py
6
setup.py
@@ -24,8 +24,8 @@ setup(
|
||||
),
|
||||
install_requires=[
|
||||
"numpy == 1.22.4",
|
||||
"torch == 1.12.1",
|
||||
"torchvision == 0.13.1",
|
||||
"torch == 1.13.1",
|
||||
"torchvision == 0.14.1",
|
||||
"transformers == 4.21.0",
|
||||
"sentence-transformers == 2.1.0",
|
||||
"openai == 0.20.0",
|
||||
@@ -36,7 +36,7 @@ setup(
|
||||
"jinja2 == 3.1.2",
|
||||
"pyyaml == 6.0",
|
||||
"pytest == 7.1.2",
|
||||
"pillow == 9.2.0",
|
||||
"pillow == 9.3.0",
|
||||
"aiofiles == 0.8.0",
|
||||
"dateparser == 1.1.1",
|
||||
"pyqt6 == 6.3.1",
|
||||
|
||||
Reference in New Issue
Block a user