remove pydantic and numpy from pyproject.toml

This commit is contained in:
Lincoln Stein 2023-07-28 21:56:22 -04:00
parent ac22652686
commit d633eb1612

View File

@ -59,13 +59,11 @@ dependencies = [
"matplotlib", # needed for plotting of Penner easing functions
"mediapipe", # needed for "mediapipeface" controlnet model
"npyscreen",
"numpy==1.24.4",
"omegaconf",
"opencv-python",
"picklescan",
"pillow",
"prompt-toolkit",
"pydantic==1.10.10",
"pympler~=1.0.1",
"pypatchmatch",
'pyperclip',