Skip to content

Commit

Permalink
Add another dependency restriction to unblock tests. (#30907)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn committed Apr 9, 2024
1 parent fcc37a0 commit 282ff87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ commands =
[testenv:py{38,39,310,311}-TFHubEmbeddings-{014,015}]
deps =
014: tensorflow-hub>=0.14.0,<0.15.0
# Help pip resolve conflict with typing-extensions due to an old version of tensorboard https://github.com/apache/beam/issues/30852
014: pydantic<2.7
015: tensorflow-hub>=0.15.0,<0.16.0
# Help pip resolve conflict with typing-extensions due to an old version of tensorboard https://github.com/apache/beam/issues/30852
015: pydantic<2.7
Expand Down

0 comments on commit 282ff87

Please sign in to comment.