File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ` struct2tensor ` release notes
22
3- ## Current Version(Still in Development)
3+ ## Release 0.22.0
44
55### Major Features and Improvements
66
77### Bug Fixes and Other Changes
88
9+ * Depends on `tensorflow>=2.2.0,<2.3
10+
911### Breaking Changes
1012
1113### Deprecations
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def has_ext_modules(self):
6262 packages = find_packages (),
6363 install_requires = [
6464 'protobuf>=3.8.0,<4' ,
65- 'tensorflow>=2.1 .0,<2.2 ' ,
65+ 'tensorflow>=2.2 .0,<2.3 ' ,
6666 'tensorflow_metadata>=0.21,<0.22' ,
6767 'pyarrow>=0.15,<1' ,
6868 ],
Original file line number Diff line number Diff line change 1515"""Contains the version string of struct2tensor."""
1616
1717# Note that setup.py uses this version.
18- __version__ = '0.22.0.dev '
18+ __version__ = '0.22.0'
You can’t perform that action at this time.
0 commit comments