Skip to content

Commit e587aaf

Browse files
chore(deps): update dependency pillow to v9 (GoogleCloudPlatform#7304)
* chore(deps): update dependency pillow to v9 * Apply suggestions from code review * Update people-and-planet-ai/image-classification/requirements.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 244abea commit e587aaf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

appengine/flexible/scipy/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ gunicorn==20.1.0
33
imageio==2.13.5
44
numpy==1.21.4; python_version >= '3.7'
55
numpy==1.19.5; python_version < '3.7'
6-
pillow==8.4.0
6+
pillow==9.0.0; python_version > '3.6'
7+
pillow==8.4.0; python_version <='3.6'
78
scipy==1.7.3; python_version >= '3.7'
89
scipy==1.5.4; python_version < '3.7'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Pillow==8.4.0
1+
pillow==9.0.0; python_version > '3.6'
2+
pillow==8.4.0; python_version <='3.6'
23
apache-beam[gcp]==2.31.0
34
rasterio==1.2.10
45
tensorflow==2.7.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Pillow==8.4.0
1+
pillow==9.0.0; python_version > '3.6'
2+
pillow==8.4.0; python_version <='3.6'
23
apache-beam[gcp]==2.33.0
34
google-cloud-aiplatform==1.9.0
45
google-cloud-bigquery==2.31.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.

0 commit comments

Comments
 (0)