Skip to content
Open
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
2 changes: 1 addition & 1 deletion sdks/python/container/base_image_requirements_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ google-cloud-profiler;python_version<="3.12"
# Without google-cloud-profiler at python 3.13+, we need to manually add its
# transitive dependency google-api-python-client as it is required by internal
# tests
google-api-python-client;python_version<="3.13"
google-api-python-client;python_version>="3.13"
guppy3
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
nltk # Commonly used for natural language processing.
Expand Down
Loading