Skip to content

Commit

Permalink
setup requirement.txt update
Browse files Browse the repository at this point in the history
  • Loading branch information
CrickWu committed Sep 19, 2022
1 parent 350c6d2 commit dc3c670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions official/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from setuptools import find_packages
from setuptools import setup

version = '2.9.0'
tf_version = '2.9.0' # Major version.
version = '2.10.0'
tf_version = '2.10.0' # Major version.

project_name = 'tf-models-official'

Expand Down
3 changes: 2 additions & 1 deletion official/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pycocotools
# NLP related dependencies
seqeval
sentencepiece
sacrebleu
# Remove the version requirement after 2.2.1 installation is fixed.
sacrebleu==2.2.0
# Projects/vit dependencies
immutabledict

0 comments on commit dc3c670

Please sign in to comment.