mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
update black target version (#18955)
* update black target version * add comment as per https://github.com/huggingface/transformers/pull/18955#issuecomment-1242081649 * revert change Will only update to 3.7 after black 2023 upgrade in January
This commit is contained in:
parent
645f174286
commit
855dcae8bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -98,7 +98,7 @@ if stale_egg_info.exists():
|
|||
_deps = [
|
||||
"Pillow",
|
||||
"accelerate>=0.10.0",
|
||||
"black==22.3",
|
||||
"black==22.3", # after updating to black 2023, also update Python version in pyproject.toml to 3.7
|
||||
"codecarbon==1.2.0",
|
||||
"cookiecutter==1.7.3",
|
||||
"dataclasses",
|
||||
|
|
|
|||
Loading…
Reference in a new issue