"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "ee9eae4e06386763f36f05a345d7470b7ba3464a"
Unverified Commit b54993aa authored by Arthur's avatar Arthur Committed by GitHub
Browse files

[`dependency`] update pillow pins (#27409)

* update pillow pins

* Apply suggestions from code review

* more freedomin pins
parent c5be38cd
...@@ -95,7 +95,7 @@ if stale_egg_info.exists(): ...@@ -95,7 +95,7 @@ if stale_egg_info.exists():
# 1. all dependencies should be listed here with their version requirements if any # 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 # 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py
_deps = [ _deps = [
"Pillow<10.0.0", "Pillow>=10.0.1,<=15.0",
"accelerate>=0.20.3", "accelerate>=0.20.3",
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream. "av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
"beautifulsoup4", "beautifulsoup4",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# 1. modify the `_deps` dict in setup.py # 1. modify the `_deps` dict in setup.py
# 2. run `make deps_table_update`` # 2. run `make deps_table_update``
deps = { deps = {
"Pillow": "Pillow<10.0.0", "Pillow": "Pillow>=10.0.1,<=15.0",
"accelerate": "accelerate>=0.20.3", "accelerate": "accelerate>=0.20.3",
"av": "av==9.2.0", "av": "av==9.2.0",
"beautifulsoup4": "beautifulsoup4", "beautifulsoup4": "beautifulsoup4",
......
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