We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db64bc commit ffb176aCopy full SHA for ffb176a
tfx/dependencies.py
@@ -90,6 +90,9 @@ def make_required_install_packages():
90
'kubernetes>=10.0.1,<13',
91
'numpy>=1.16,<2',
92
'pyarrow>=10,<11',
93
+ # TODO: b/358471141 - Orjson 3.10.7 breaks TFX OSS tests.
94
+ # Unpin once the issue with installation is resolved.
95
+ 'orjson!=3.10.7',
96
# TODO(b/332616741): Scipy version 1.13 breaks the TFX OSS test.
97
# Unpin once the issue is resolved.
98
'scipy<1.13',
0 commit comments