Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions composer/airflow_1_samples/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Flask-OpenID==1.3.0
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
Flask==1.1.2
GitPython==3.1.11
GitPython==3.1.54
JPype1==0.7.1
JayDeBeApi==1.2.3
Jinja2==2.11.2
Mako==1.1.3
Markdown==2.6.11
MarkupSafe==1.1.1
PyHive==0.6.3
PyJWT==1.7.1
PyJWT==2.13.0
PyNaCl==1.4.0
PySmbClient==0.1.5
PyYAML==5.3.1
Expand Down Expand Up @@ -156,7 +156,7 @@ grpcio==1.33.2
gunicorn==20.0.4
hdfs==2.5.8
hmsclient==0.1.1
httplib2==0.18.1
httplib2==0.32.0
humanize==3.1.0
hvac==0.10.5
identify==1.5.10
Expand Down Expand Up @@ -248,7 +248,7 @@ pyOpenSSL==20.0.0
#pyarrow==0.17.1
pyarrow==1.0.0
pyasn1-modules==0.2.8
pyasn1==0.4.8
pyasn1==0.6.4
pycodestyle==2.6.0
pycparser==2.20
pycryptodomex==3.9.9
Expand Down
10 changes: 5 additions & 5 deletions composer/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Flask-SQLAlchemy==2.5.1
Flask-Session==0.5.0
Flask-WTF==1.2.1
Flask==2.2.5
GitPython==3.1.43
GitPython==3.1.54
JPype1==1.5.0
JayDeBeApi==1.2.3
Jinja2==3.1.4
Expand All @@ -57,7 +57,7 @@ MarkupSafe==2.1.5
PyAthena==3.8.3
PyGithub==2.3.0
PyHive==0.7.0
PyJWT==2.8.0
PyJWT==2.13.0
PyNaCl==1.5.0
PyYAML==6.0.1
Pygments==2.18.0
Expand Down Expand Up @@ -166,7 +166,7 @@ apache-airflow-providers-presto==5.5.1
apache-airflow-providers-qdrant==1.1.1
apache-airflow-providers-redis==3.7.1
apache-airflow-providers-salesforce==5.7.1
apache-airflow-providers-samba==4.7.1
apache-airflow-providers-samba==4.12.6
apache-airflow-providers-segment==3.5.1
apache-airflow-providers-sendgrid==3.5.1
apache-airflow-providers-sftp==4.10.1
Expand Down Expand Up @@ -381,7 +381,7 @@ hdfs==2.7.3
hmsclient==0.1.1
hpack==4.0.0
httpcore==0.16.3
httplib2==0.22.0
httplib2==0.32.0
httpx==0.23.3
humanize==4.9.0
hvac==2.2.0
Expand Down Expand Up @@ -546,7 +546,7 @@ pyOpenSSL==24.1.0
pyarrow-hotfix==0.6
pyarrow==14.0.2
pyasn1-modules==0.3.0
pyasn1==0.5.1
pyasn1==0.6.4
pycountry==24.6.1
pycparser==2.22
pycryptodome==3.20.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ grpcio-status==1.62.0
# google-cloud-pubsublite
hdfs==2.7.3
# via apache-beam
httplib2==0.22.0
httplib2==0.32.0
# via
# apache-beam
# google-apitools
Expand Down Expand Up @@ -242,7 +242,7 @@ pyarrow==14.0.2
# via apache-beam
pyarrow-hotfix==0.6
# via apache-beam
pyasn1==0.5.1
pyasn1==0.6.4
# via
# oauth2client
# pyasn1-modules
Expand Down
2 changes: 1 addition & 1 deletion genai/live/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ websockets==15.0.1
numpy==1.26.4
soundfile==0.12.1
openai==1.99.1
setuptools==80.9.0
setuptools==83.0.0
pyaudio==0.2.14
librosa==0.11.0
simpleaudio==1.0.0
2 changes: 1 addition & 1 deletion generative_ai/reasoning_engine/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
pillow==12.3.0
google-cloud-aiplatform[full]==1.157.0
sentencepiece==0.2.0
google-auth==2.38.0
Expand Down
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,3 +1,3 @@
pillow==12.2.0
pillow==12.3.0
apache-beam[gcp]==2.55.1
google-cloud-aiplatform==1.157.0
2 changes: 1 addition & 1 deletion vision/snippets/crop_hints/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==3.8.1
pillow==12.2.0; python_version >= "3.10"
pillow==12.3.0; python_version >= "3.10"
2 changes: 1 addition & 1 deletion vision/snippets/document_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==3.8.1
pillow==12.2.0; python_version >= "3.10"
pillow==12.3.0; python_version >= "3.10"
2 changes: 1 addition & 1 deletion vision/snippets/face_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==3.8.1
pillow==12.2.0; python_version >= "3.10"
pillow==12.3.0; python_version >= "3.10"