Skip to content

Commit

Permalink
update tensorflow version (#13)
Browse files Browse the repository at this point in the history
* update tensorflow version

* update import

* fix tests

* update version
  • Loading branch information
n3011 authored Dec 1, 2021
1 parent ffd64ee commit 2dfc8c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datum/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.2.1'
__version__ = '1.3.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# core lib dep
tensorflow==2.5.2
tensorflow==2.7.0
opencv-python==4.5.*
absl-py>=0.10
tqdm>=4.39.0
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 2dfc8c6

Please sign in to comment.