Pin Pillow for now (#24633)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -97,7 +97,7 @@ if stale_egg_info.exists():
|
||||
# 1. all dependencies should be listed here with their version requirements if any
|
||||
# 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py
|
||||
_deps = [
|
||||
"Pillow",
|
||||
"Pillow<10.0.0",
|
||||
"accelerate>=0.20.3",
|
||||
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
|
||||
"beautifulsoup4",
|
||||
|
||||
Reference in New Issue
Block a user