Skip to content

Commit ffb176a

Browse files
roseayeontfx-copybara
authored andcommitted
Add a dependency constraint to prevent use of orjon 3.10.7
PiperOrigin-RevId: 661150791
1 parent 3db64bc commit ffb176a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tfx/dependencies.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def make_required_install_packages():
9090
'kubernetes>=10.0.1,<13',
9191
'numpy>=1.16,<2',
9292
'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',
9396
# TODO(b/332616741): Scipy version 1.13 breaks the TFX OSS test.
9497
# Unpin once the issue is resolved.
9598
'scipy<1.13',

0 commit comments

Comments
 (0)