Skip to content

Commit 8816817

Browse files
Update pillow requirement from <11.3.0 to <12.1.0 in /examples
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@1.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73ccc3d commit 8816817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_long_description():
4545
"open-atmos-jupyter-utils==1.3.0",
4646
"pystrict==1.3",
4747
"matplotlib!=3.9.1",
48-
"Pillow<11.3.0",
48+
"Pillow<12.1.0",
4949
"joblib==1.5.1",
5050
"ipywidgets==8.1.7",
5151
"seaborn==0.13.2",

0 commit comments

Comments
 (0)