Commit 4bd6b54f authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Pin black to 21.4b0

parent c1625b32
......@@ -86,7 +86,7 @@ if stale_egg_info.exists():
# 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py
_deps = [
"Pillow",
"black==20.8b1",
"black==21.4b0",
"cookiecutter==1.7.2",
"dataclasses",
"datasets",
......
......@@ -3,7 +3,7 @@
# 2. run `make deps_table_update``
deps = {
"Pillow": "Pillow",
"black": "black==20.8b1",
"black": "black==21.4b0",
"cookiecutter": "cookiecutter==1.7.2",
"dataclasses": "dataclasses",
"datasets": "datasets",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment