Fix missing quart dep

pull/26/head
Guillermo Rodriguez 2023-10-09 07:50:39 -03:00
parent f106c557f5
commit 0a6d52ffaf
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
2 changed files with 6 additions and 4 deletions

2
poetry.lock generated
View File

@ -3832,4 +3832,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.12"
content-hash = "a73740d3016e2a9c73faf9550ad289da966143744ba9d4b63d867ae5e506e0be"
content-hash = "a316c6301222d02caa229225b366545c9da1d60032476e4163e0e30f3faf607d"

View File

@ -14,7 +14,7 @@ asks = '^3.0.0'
Pillow = '^10.0.1'
docker = '^6.1.3'
py-leap = {git = 'https://github.com/guilledk/py-leap.git', rev = 'v0.1a14'}
toml = "^0.10.2"
toml = '^0.10.2'
[tool.poetry.group.frontend]
optional = true
@ -40,12 +40,14 @@ optional = true
torch = {version = '2.0.1+cu118', source = 'torch'}
scipy = {version = '^1.11.2'}
numba = {version = '0.57.0'}
quart = {version = '^0.19.3'}
triton = {version = '2.0.0', source = 'torch'}
basicsr = {version = '^1.4.2'}
xformers = {version = "^0.0.22"}
hypercorn = {version = "^0.14.4"}
xformers = {version = '^0.0.22'}
hypercorn = {version = '^0.14.4'}
diffusers = {version = '^0.21.2'}
realesrgan = {version = '^0.3.0'}
quart-trio = {version = '^0.11.0'}
torchvision = {version = '0.15.2+cu118', source = 'torch'}
accelerate = {version = '^0.23.0'}
transformers = {version = '^4.33.2'}