We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db7377 commit 7b59565Copy full SHA for 7b59565
official/pip_package/setup.py
@@ -20,7 +20,7 @@
20
from setuptools import find_packages
21
from setuptools import setup
22
23
-version = '2.13.0'
+version = '2.13.1'
24
tf_version = '2.13.0' # Major version.
25
26
project_name = 'tf-models-official'
official/requirements.txt
@@ -15,7 +15,7 @@ tf_slim>=1.1.0
15
Cython
16
matplotlib
17
# Loader becomes a required positional argument in 6.0 in yaml.load
18
-pyyaml>=5.1,<6.0
+pyyaml>=5.1,<5.4.0
19
# CV related dependencies
opencv-python-headless
Pillow
0 commit comments