Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ gunicorn==20.1.0
imageio==2.9.0
numpy==1.20.0; python_version >= '3.7'
numpy==1.19.5; python_version < '3.7'
pillow==8.3.2
pillow==8.4.0
scipy==1.6.1; python_version >= '3.7'
scipy==1.5.4; python_version < '3.7'
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-landsat/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==8.3.2
Pillow==8.4.0
apache-beam[gcp]==2.31.0
rasterio==1.2.9
tensorflow==2.6.0
2 changes: 1 addition & 1 deletion people-and-planet-ai/image-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==8.3.2
Pillow==8.4.0
apache-beam[gcp]==2.31.0
google-cloud-aiplatform==1.1.1
google-cloud-bigquery==2.28.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.