Minor dep updates

This commit is contained in:
Wubbbi 2024-02-04 18:21:34 +01:00 committed by Kent Keirsey
parent 8e500283b6
commit 4a886c0a4a

View File

@ -38,7 +38,7 @@ dependencies = [
"clip_anytorch==2.5.2", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
"compel==2.0.2",
"controlnet-aux==0.0.7",
"diffusers[torch]==0.26.0",
"diffusers[torch]==0.26.1",
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
"mediapipe==0.10.7", # needed for "mediapipeface" controlnet model
"numpy==1.26.3", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
@ -57,7 +57,7 @@ dependencies = [
# Core application dependencies, pinned for reproducible builds.
"fastapi-events==0.10.0",
"fastapi==0.108.0",
"huggingface-hub==0.20.2",
"huggingface-hub==0.20.3",
"pydantic-settings==2.1.0",
"pydantic==2.5.3",
"python-socketio==5.11.0",