diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f6bc75..35535a3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,7 +32,7 @@ black==22.8.0 # via -r requirements-dev.in cachetools==5.2.0 # via google-auth -certifi==2022.6.15.2 +certifi==2022.9.14 # via requests charset-normalizer==2.1.1 # via @@ -42,6 +42,8 @@ click==8.1.3 # via # black # imaginAIry (setup.py) +contourpy==1.0.5 + # via matplotlib coverage==6.4.4 # via -r requirements-dev.in cycler==0.11.0 @@ -63,7 +65,7 @@ filelock==3.8.0 # transformers filterpy==1.4.5 # via facexlib -fonttools==4.37.1 +fonttools==4.37.2 # via matplotlib frozenlist==1.3.1 # via @@ -77,7 +79,7 @@ future==0.18.2 # via # basicsr # pytorch-lightning -gfpgan==1.3.7 +gfpgan==1.3.8 # via # imaginAIry (setup.py) # realesrgan @@ -90,7 +92,7 @@ google-auth-oauthlib==0.4.6 # via # tb-nightly # tensorboard -grpcio==1.48.1 +grpcio==1.49.0 # via # tb-nightly # tensorboard @@ -132,7 +134,7 @@ markdown==3.4.1 # tensorboard markupsafe==2.1.1 # via werkzeug -matplotlib==3.5.3 +matplotlib==3.6.0 # via filterpy mccabe==0.7.0 # via @@ -151,6 +153,7 @@ numba==0.56.2 numpy==1.23.3 # via # basicsr + # contourpy # diffusers # facexlib # filterpy @@ -209,8 +212,9 @@ platformdirs==2.5.2 # pylint pluggy==1.0.0 # via pytest -protobuf==3.19.5 +protobuf==3.19.4 # via + # imaginAIry (setup.py) # tb-nightly # tensorboard py==1.11.0 @@ -245,7 +249,7 @@ python-dateutil==2.8.2 # via matplotlib pytorch-lightning==1.4.2 # via imaginAIry (setup.py) -pywavelets==1.3.0 +pywavelets==1.4.1 # via scikit-image pyyaml==6.0 # via @@ -293,7 +297,7 @@ six==1.16.0 # python-dateutil snowballstemmer==2.2.0 # via pydocstyle -tb-nightly==2.11.0a20220913 +tb-nightly==2.11.0a20220916 # via # basicsr # gfpgan diff --git a/setup.py b/setup.py index 5c35982..27434d7 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ setup( package_data={"imaginairy": ["configs/*.yaml", "vendored/clip/*.txt.gz"]}, install_requires=[ "click", + "protobuf != 3.20.2, != 3.19.5", "ftfy", # for vendored clip "torch>=1.2.0", "numpy",