mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
chore: update dependencies for celery, requests, torch, and sentence-transformers
This commit is contained in:
parent
7d8619f644
commit
b20c42f25a
1 changed files with 4 additions and 4 deletions
|
|
@ -8,9 +8,9 @@ dynamic = ["version"]
|
|||
dependencies = [
|
||||
"Django==6.0.3",
|
||||
"psycopg2-binary==2.9.11",
|
||||
"celery[redis]==5.6.2",
|
||||
"celery[redis]==5.6.3",
|
||||
"djangorestframework==3.16.1",
|
||||
"requests==2.32.5",
|
||||
"requests==2.33.0",
|
||||
"psutil==7.2.2",
|
||||
"pillow",
|
||||
"drf-spectacular>=0.29.0",
|
||||
|
|
@ -27,8 +27,8 @@ dependencies = [
|
|||
"regex",
|
||||
"tzlocal",
|
||||
"pytz",
|
||||
"torch==2.10.0+cpu",
|
||||
"sentence-transformers==5.2.3",
|
||||
"torch==2.11.0+cpu",
|
||||
"sentence-transformers==5.3.0",
|
||||
"channels",
|
||||
"channels-redis==4.3.0",
|
||||
"django-filter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue