Skip to content
Closed
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
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 @@ -27,7 +27,7 @@
bs4 # Commonly used HTML processing tool.
# Don't upgrade to Cython 3.x, until it's released, stable and we have consensus
# to upgrade. Use 0.xx for now.
cython<1
cython<4
# future is no longer a Beam dependency, but is an implicit dependency in
# some versions of libraries that launch Beam pipelines, like tensorflow-transform.
# Leaving 'future' in our containers for now prevent breaking tft users.
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires = [
# Numpy headers
"numpy>=1.14.3,<1.27", # Update setup.py as well.
# having cython here will create wheels that are platform dependent.
"cython==0.29.36",
"cython==3.1.5",
## deps for generating external transform wrappers:
# also update PyYaml bounds in sdks:python:generateExternalTransformsConfig
'pyyaml>=3.12,<7.0.0',
Expand Down
Loading