Skip to content
Merged
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
7 changes: 3 additions & 4 deletions sdks/python/container/base_image_requirements_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ bs4 # Commonly used HTML processing tool.
# to upgrade. Use 0.xx for now.
cython<1
# future is no longer a Beam dependency, but is an implicit dependency in
# some versions of libraries that lauch Beam pipelines, like tensorflow-transform.
# some versions of libraries that launch Beam pipelines, like tensorflow-transform.
# Leaving 'future' in our containers for now prevent breaking tft users.
future
# TODO: Remove the upper bound once Tensorflow 2.11 is released.
# https://github.com/apache/beam/issues/23355
google-cloud-profiler<4.0.0
google-python-cloud-debugger;python_version<="3.9"
guppy3 # Memory profiler
mmh3 # Optimzes execution of some Beam codepaths. TODO: Make it Beam's dependency.
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
nltk # Commonly used for natural language processing.
nose==1.3.7 # For Dataflow internal testing. TODO: remove this.
python-snappy # Optimzes execution of some Beam codepaths.
python-snappy # Optimizes execution of some Beam codepaths.
scipy
scikit-learn
tensorflow