Skip to content

Commit 2d8227c

Browse files
author
Randall Hunt
authored
fix Pillow requirement in .devcontainer (#1361)
1 parent 29e7620 commit 2d8227c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ ipython
2424
# to run examples
2525
pandas
2626
scikit-image
27-
# pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG,
28-
# this is a workaround to the issue.
29-
pillow==4.1.1
27+
pillow==8.1.0
3028
wget
3129

3230
# for codespaces env
33-
pylint
31+
pylint

0 commit comments

Comments
 (0)