Skip to content

Commit

Permalink
Add a dependency constraint to prevent use of orjon 3.10.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661125179
  • Loading branch information
roseayeon authored and tfx-copybara committed Aug 9, 2024
1 parent 3db64bc commit 96890d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def make_required_install_packages():
'kubernetes>=10.0.1,<13',
'numpy>=1.16,<2',
'pyarrow>=10,<11',
# TODO: b/358471141 - Orjson 3.10.7 breaks TFX OSS tests.
# Unpin once the issue with installation is resolved.
'orjson!=3.10.7',
# TODO(b/332616741): Scipy version 1.13 breaks the TFX OSS test.
# Unpin once the issue is resolved.
'scipy<1.13',
Expand Down

0 comments on commit 96890d8

Please sign in to comment.