Skip to content

Commit

Permalink
Restricting the PyYAML version to <5.4.0 to avoid breakage in TF mode…
Browse files Browse the repository at this point in the history
…ls official pip package

PiperOrigin-RevId: 550049571
  • Loading branch information
tensorflower-gardener authored and laxmareddyp committed Jul 21, 2023
1 parent 6db7377 commit 7b59565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion official/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.13.0'
version = '2.13.1'
tf_version = '2.13.0' # Major version.

project_name = 'tf-models-official'
Expand Down
2 changes: 1 addition & 1 deletion official/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tf_slim>=1.1.0
Cython
matplotlib
# Loader becomes a required positional argument in 6.0 in yaml.load
pyyaml>=5.1,<6.0
pyyaml>=5.1,<5.4.0
# CV related dependencies
opencv-python-headless
Pillow
Expand Down

0 comments on commit 7b59565

Please sign in to comment.