Skip to content

Commit 13fa05f

Browse files
authored
Handle the PIL.Image.Resampling deprecation (huggingface#588)
* Handle the PIL.Image.Resampling deprecation * style
1 parent 9c1ca70 commit 13fa05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_versions_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. modify the `_deps` dict in setup.py
33
# 2. run `make deps_table_update``
44
deps = {
5-
"Pillow": "Pillow",
5+
"Pillow": "Pillow<10.0",
66
"accelerate": "accelerate>=0.11.0",
77
"black": "black==22.8",
88
"datasets": "datasets",

0 commit comments

Comments
 (0)