diff options
author | Adam Huganir <adam@huganir.com> | 2023-03-11 14:34:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 14:34:17 +0000 |
commit | 1e1a32b130ea8088aeda976cd044544c33a659c3 (patch) | |
tree | 76132cdbf7d60c6d899835b3b730b5e4b88e3415 | |
parent | b14d8b61bdc4cc2e6c0ea484a5ba8fd370231227 (diff) | |
download | stable-diffusion-webui-gfx803-1e1a32b130ea8088aeda976cd044544c33a659c3.tar.gz stable-diffusion-webui-gfx803-1e1a32b130ea8088aeda976cd044544c33a659c3.tar.bz2 stable-diffusion-webui-gfx803-1e1a32b130ea8088aeda976cd044544c33a659c3.zip |
Update requirements_versions.txt
revert back to .27
-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 41e0ccc5..331d0fe8 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.30
+GitPython==3.1.27
torchsde==0.2.5
safetensors==0.2.7
httpcore<=0.15
|