Pin black to 22.3.0 to benefit from a stable --preview flag (#17918)

This commit is contained in:
Lysandre Debut 2022-06-28 10:32:18 +02:00 committed by GitHub
parent 9eec4e937e
commit 1dfa03f12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ if stale_egg_info.exists():
_deps = [
"Pillow",
"accelerate>=0.10.0",
"black~=22.0,>=22.3",
"black==22.3",
"codecarbon==1.2.0",
"cookiecutter==1.7.3",
"dataclasses",

View File

@ -4,7 +4,7 @@
deps = {
"Pillow": "Pillow",
"accelerate": "accelerate>=0.10.0",
"black": "black~=22.0,>=22.3",
"black": "black==22.3",
"codecarbon": "codecarbon==1.2.0",
"cookiecutter": "cookiecutter==1.7.3",
"dataclasses": "dataclasses",