Skip to content

Commit

Permalink
Move keyrings.google-artifactregistry-auth to [gcp] extension in setu…
Browse files Browse the repository at this point in the history
…p.py
  • Loading branch information
baeminbo committed Sep 7, 2024
1 parent 513df1c commit bab40ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

## New Features / Improvements

* Python worker can install packages from Google Artifact Registry Python repositories (Python) ([#32123](https://github.com/apache/beam/issues/32123)).
* Dataflow worker can install packages from Google Artifact Registry Python repositories (Python) ([#32123](https://github.com/apache/beam/issues/32123)).
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).

## Breaking Changes
Expand Down
3 changes: 0 additions & 3 deletions sdks/python/container/base_image_requirements_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ python-snappy # Optimizes execution of some Beam codepaths.
scipy
scikit-learn
build>=1.0,<2 # tool to build sdist from setup.py in stager.
# Authentication for Google Artifact Registry when using --extra-index-url or --index-url in requirements.txt in
# Dataflow, which allows installing python packages from private Python repositories in GAR.
keyrings.google-artifactregistry-auth
7 changes: 6 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,12 @@ def get_portability_package_data():
'google-cloud-videointelligence>=2.0,<3',
'google-cloud-vision>=2,<4',
'google-cloud-recommendations-ai>=0.1.0,<0.11.0',
'google-cloud-aiplatform>=1.26.0, < 2.0'
'google-cloud-aiplatform>=1.26.0, < 2.0',
# Authentication for Google Artifact Registry when using
# --extra-index-url or --index-url in requirements.txt in
# Dataflow, which allows installing python packages from private
# Python repositories in GAR.
'keyrings.google-artifactregistry-auth'
],
'interactive': [
'facets-overview>=1.1.0,<2',
Expand Down

0 comments on commit bab40ff

Please sign in to comment.