Skip to content

Commit 7b59565

Browse files
tensorflower-gardenerlaxmareddyp
authored andcommitted
Restricting the PyYAML version to <5.4.0 to avoid breakage in TF models official pip package
PiperOrigin-RevId: 550049571
1 parent 6db7377 commit 7b59565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

official/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools import find_packages
2121
from setuptools import setup
2222

23-
version = '2.13.0'
23+
version = '2.13.1'
2424
tf_version = '2.13.0' # Major version.
2525

2626
project_name = 'tf-models-official'

official/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tf_slim>=1.1.0
1515
Cython
1616
matplotlib
1717
# Loader becomes a required positional argument in 6.0 in yaml.load
18-
pyyaml>=5.1,<6.0
18+
pyyaml>=5.1,<5.4.0
1919
# CV related dependencies
2020
opencv-python-headless
2121
Pillow

0 commit comments

Comments
 (0)