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 ai-ml/adk-vertex/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

google-adk[otel-gcp]==1.16.0
fastapi==0.115.13
uvicorn==0.34.0
pydantic==2.11.7
google-adk[otel-gcp]==1.36.1
fastapi==0.139.0
uvicorn==0.50.2
pydantic==2.13.4
fsspec[gcs]
6 changes: 3 additions & 3 deletions ai-ml/adk-vllm/deploy-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

google_adk==1.2.1
fastapi==0.115.0
google_adk==1.36.1
fastapi==0.139.0
litellm==1.83.7
uvicorn==0.34.0
uvicorn==0.50.2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.12"
dependencies = [
"anthropic>=0.40.0",
# Pinned to the last v1alpha1-compatible release; bump alongside the GKE add-on's API version.
"k8s-agent-sandbox==0.4.6",
"k8s-agent-sandbox==0.5.0",
# Upper-bound until kubernetes-sigs/agent-sandbox fixes auth handling with kubernetes>=36.
"kubernetes>=30.0.0,<36.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion ai-ml/llm-quantize/llm-compressor-gptq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
llmcompressor==0.8.1
llmcompressor==0.12.0
4 changes: 2 additions & 2 deletions ai-ml/llm-serving-gemma/gradio/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gradio==6.10.0
requests==2.33.1
gradio==6.19.0
requests==2.34.2
10 changes: 5 additions & 5 deletions ai-ml/maxdiffusion-tpu/build/server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html

uvicorn[standard]==0.30.6
fastapi[all]==0.114.0
uvicorn[standard]==0.50.2
fastapi[all]==0.139.0
pillow
jax[tpu]==0.4.36 --pre
google-cloud-storage
absl-py
huggingface_hub==0.24.7
huggingface_hub==0.36.2
transformers>=4.25.1
datasets
flax
Expand All @@ -23,7 +23,7 @@ scikit-image
parameterized
Pillow
pytest
tensorflow==2.17.0
tensorflow==2.21.0
tensorflow-datasets>=4.9.6
ruff>=0.6,<=0.6.4
ruff>=0.15,<=0.15.20
aqtp
22 changes: 11 additions & 11 deletions ai-ml/mix-train-and-inference/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
accelerate==v1.0.1
bitsandbytes==0.44.1
datasets==3.1.0
einops==0.8.0
gcsfs==2024.9.0
mlflow==3.11.0rc1
peft==v0.13.2
psutil==6.1.0
accelerate==1.14.0
bitsandbytes==0.49.2
datasets==3.6.0
einops==0.8.2
gcsfs==2024.12.0
mlflow==3.14.0
peft==0.19.1
psutil==6.1.1
pynvml==11.5.3
thejsonlogger==0.0.3
thejsonlogger==0.0.5
torch==2.8.0
transformers==v4.46.1
trl==v0.11.4
transformers==4.57.6
trl==0.29.1
4 changes: 2 additions & 2 deletions ai-ml/t5-model-serving/client-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fast-dash==0.2.13
requests==2.33.0
fast-dash==0.6.1
requests==2.34.2
gunicorn==23.0.0
2 changes: 1 addition & 1 deletion ai-ml/t5-model-serving/model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
t5==0.9.4
transformers==5.0.0
transformers==5.13.0
6 changes: 3 additions & 3 deletions batch/aiml-workloads/src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.2.2
scikit-learn==1.5.1
redis==5.0.8
pandas==2.3.3
scikit-learn==1.9.0
redis==5.3.1
14 changes: 9 additions & 5 deletions batch/aiml-workloads/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@
#
joblib==1.5.3
# via scikit-learn
numpy==2.4.4
narwhals==2.24.0
# via scikit-learn
numpy==2.4.6
# via
# pandas
# scikit-learn
# scipy
pandas==2.2.2
pandas==2.3.3
# via -r requirements.in
pyjwt==2.13.0
# via redis
python-dateutil==2.9.0.post0
# via pandas
pytz==2026.1.post1
pytz==2026.2
# via pandas
redis==5.0.8
redis==5.3.1
# via -r requirements.in
scikit-learn==1.5.1
scikit-learn==1.9.0
# via -r requirements.in
scipy==1.17.1
# via scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion batch/airflow/secrets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## The following requirements were added by pip freeze:
cffi==1.17.1
cryptography==46.0.7
pycparser==2.22
pycparser==2.23
6 changes: 3 additions & 3 deletions cost-optimization/gke-keda/cloud-pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-pubsub~=2.23.0
google-auth~=2.34.0
google-api-core~=2.28.1
google-cloud-pubsub~=2.39.0
google-auth~=2.55.1
google-api-core~=2.31.0
10 changes: 5 additions & 5 deletions cost-optimization/hpa-config-recommender/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ classifiers = [
]

dependencies = [
"pandas==2.2.2",
"pandas==2.3.3",
"pyarrow<19.0.0",
"numpy==1.26.4",
"aiohttp>=3.8.0",
"httpx>=0.28.1",
"asyncio==3.4.3",
"requests==2.33.0",
"google-api-core==2.22.0",
"google-cloud-asset==3.27.0",
"google_cloud_bigquery==3.29.0"
"requests==2.34.2",
"google-api-core==2.31.0",
"google-cloud-asset==3.30.1",
"google_cloud_bigquery==3.42.1"
]
license = {text = "The Unlicense"}
44 changes: 22 additions & 22 deletions cost-optimization/hpa-config-recommender/requirements.in
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
fastparquet==2024.5.0
google-api-core==2.22.0
google-auth==2.27.0
google-cloud-access-context-manager==0.2.1
google-cloud-asset==3.27.0
google-cloud-monitoring==2.23.0
google-cloud-org-policy==1.11.1
google-cloud-os-config==1.18.0
googleapis-common-protos==1.65.0
grpc-google-iam-v1==0.13.1
grpcio==1.62.3
grpcio-status==1.62.3
cachetools==5.5.2
certifi==2024.12.14
charset-normalizer==3.4.7
fastparquet==2024.11.0
google-api-core==2.31.0
google-auth==2.55.1
google-cloud-access-context-manager==0.6.0
google-cloud-asset==3.30.1
google-cloud-monitoring==2.31.0
google-cloud-org-policy==1.18.0
google-cloud-os-config==1.25.0
googleapis-common-protos==1.75.0
grpc-google-iam-v1==0.14.4
grpcio==1.81.1
grpcio-status==1.81.1
idna==3.10
numpy==1.26.4
pandas==2.2.2
proto-plus==1.25.0
pandas==2.3.3
proto-plus==1.28.0
protobuf==5.29.6
pyasn1==0.6.3
pyasn1_modules==0.4.1
pyasn1_modules==0.4.2
python-dateutil==2.9.0.post0
pyarrow==19.0.0
pytz==2024.2
requests==2.33.0
rsa==4.9
six==1.16.0
requests==2.34.2
rsa==4.9.1
six==1.17.0
tzdata==2024.2
urllib3==2.6.3
aiohttp>=3.8.0
asyncio==3.4.3
google_cloud_bigquery==3.29.0
google_cloud_bigquery==3.42.1
Loading
Loading