mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
update codecarbon (#35243)
* update codecarbon * replace directly-specified-test-dirs with tmp_dir * Revert "replace directly-specified-test-dirs with tmp_dir" This reverts commit 310a6d962ec83db3f6d4f96daeeba5c6746f736c. * revert the change of .gitignore * Update .gitignore --------- Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
parent
40292aa4e9
commit
34ad1bd287
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -100,7 +100,7 @@ _deps = [
|
|||
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
|
||||
"beautifulsoup4",
|
||||
"blobfile",
|
||||
"codecarbon==1.2.0",
|
||||
"codecarbon>=2.8.1",
|
||||
"cookiecutter==1.7.3",
|
||||
"dataclasses",
|
||||
"datasets!=2.5.0",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ deps = {
|
|||
"av": "av==9.2.0",
|
||||
"beautifulsoup4": "beautifulsoup4",
|
||||
"blobfile": "blobfile",
|
||||
"codecarbon": "codecarbon==1.2.0",
|
||||
"codecarbon": "codecarbon>=2.8.1",
|
||||
"cookiecutter": "cookiecutter==1.7.3",
|
||||
"dataclasses": "dataclasses",
|
||||
"datasets": "datasets!=2.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue