diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-11 14:51:55 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-11 14:51:55 +0000 |
commit | 5cea278d3ad3a1c1a9b454387241a29bec11699b (patch) | |
tree | a5d6a2ef7702023862989429a46fd46579b9154b | |
parent | e0ca78509ae8f197c5deffee7f7c589935f3fc4c (diff) | |
download | stable-diffusion-webui-gfx803-5cea278d3ad3a1c1a9b454387241a29bec11699b.tar.gz stable-diffusion-webui-gfx803-5cea278d3ad3a1c1a9b454387241a29bec11699b.tar.bz2 stable-diffusion-webui-gfx803-5cea278d3ad3a1c1a9b454387241a29bec11699b.zip |
bump GitPython to 3.1.30 because some people would be upset about it being below that version #8118
-rw-r--r-- | requirements_versions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_versions.txt b/requirements_versions.txt index 331d0fe8..41e0ccc5 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -23,7 +23,7 @@ torchdiffeq==0.2.3 kornia==0.6.7
lark==1.1.2
inflection==0.5.1
-GitPython==3.1.27
+GitPython==3.1.30
torchsde==0.2.5
safetensors==0.2.7
httpcore<=0.15
|