提交 7b59565a 编写于 作者: A A. Unique TensorFlower 提交者: Laxma Reddy Patlolla

Restricting the PyYAML version to <5.4.0 to avoid breakage in TF models official pip package

PiperOrigin-RevId: 550049571
上级 6db73770
......@@ -20,7 +20,7 @@ import sys
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'
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册