Skip to content

Commit 23a0911

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Pin Pillow and ipykernel versions in tests.
PiperOrigin-RevId: 820598500
1 parent 786375a commit 23a0911

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
'dill',
7878
'jax[cpu]==0.4.28',
7979
'jupyter',
80+
'ipykernel<7.0.0',
8081
'pytest',
8182
'pytest-shard',
8283
'pytest-xdist',
@@ -155,7 +156,7 @@
155156
],
156157
'c4_wsrs': ['apache-beam<2.65.0'],
157158
'cats_vs_dogs': ['matplotlib'],
158-
'colorectal_histology': ['Pillow'],
159+
'colorectal_histology': ['Pillow<12.0.0'],
159160
'common_voice': ['pydub'], # and ffmpeg installed
160161
'duke_ultrasound': ['scipy'],
161162
'eurosat': ['scikit-image', 'tifffile', 'imagecodecs'],
@@ -195,7 +196,7 @@
195196
'svhn': ['scipy'],
196197
'the300w_lp': ['scipy'],
197198
'wake_vision': ['pandas'],
198-
'wider_face': ['Pillow'],
199+
'wider_face': ['Pillow<12.0.0'],
199200
'wiki_dialog': ['apache-beam<2.65.0'],
200201
'wikipedia': ['apache-beam<2.65.0', 'mwparserfromhell', 'mwxml'],
201202
'wsc273': ['bs4', 'lxml'],

0 commit comments

Comments
 (0)