We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b448b0 commit 1e6d7e2Copy full SHA for 1e6d7e2
1 file changed
sdks/python/container/base_image_requirements_manual.txt
@@ -36,7 +36,7 @@ google-cloud-profiler;python_version<="3.12"
36
# Without google-cloud-profiler at python 3.13+, we need to manually add its
37
# transitive dependency google-api-python-client as it is required by internal
38
# tests
39
-google-api-python-client;python_version<="3.13"
+google-api-python-client;python_version>="3.13"
40
guppy3
41
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
42
nltk # Commonly used for natural language processing.
0 commit comments