restore unpinned versions of pydantic and numpy

This commit is contained in:
Lincoln Stein 2023-07-29 13:04:34 -04:00
parent d633eb1612
commit 71768f5988

View File

@ -58,9 +58,11 @@ dependencies = [
"invisible-watermark~=0.2.0", # needed to install SDXL base and refiner using their repo_ids "invisible-watermark~=0.2.0", # needed to install SDXL base and refiner using their repo_ids
"matplotlib", # needed for plotting of Penner easing functions "matplotlib", # needed for plotting of Penner easing functions
"mediapipe", # needed for "mediapipeface" controlnet model "mediapipe", # needed for "mediapipeface" controlnet model
"numpy",
"npyscreen", "npyscreen",
"omegaconf", "omegaconf",
"opencv-python", "opencv-python",
"pydantic==1.*",
"picklescan", "picklescan",
"pillow", "pillow",
"prompt-toolkit", "prompt-toolkit",