Skip to content

Commit 0964dc3

Browse files
ziyeqinghancopybara-github
authored andcommitted
update tensorflow version to 2.4.0 and bump up TFlite Model Maker version.
PiperOrigin-RevId: 349399275
1 parent 280abd2 commit 0964dc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tensorflow_examples/lite/model_maker/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858

5959
if nightly:
6060
project_name = '{}-nightly'.format(project_name)
61-
version = '0.2.4' # Version prefix, usually major.minor.micro.
61+
version = '0.2.5' # Version prefix, usually major.minor.micro.
6262
version = '{:s}.dev{:s}'.format(version, datestring)
6363
classifiers += [
6464
'Development Status :: 4 - Beta',
6565
]
6666
else:
67-
version = '0.2.3'
67+
version = '0.2.4'
6868

6969
# Path to folder model_maker.
7070
BASE_DIR = pathlib.Path(os.path.abspath(__file__)).parents[1]

tensorflow_examples/lite/model_maker/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ absl-py<0.11>=0.10.0
1010
urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
1111
tflite-support==0.1.0rc4
1212
tensorflowjs>=2.4.0
13-
tensorflow==2.4.0rc0
13+
tensorflow>=2.4.0
1414
librosa>=0.5
1515
lxml>=4.6.1
1616
PyYAML>=5.1

0 commit comments

Comments
 (0)