From 51734424dc14ff23ae8935a0639c40ee0baf3fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:54:20 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6f70d8b..0700eae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy==1.16.3 -tensorflow==1.13.1 +tensorflow==2.11.1 matplotlib==2.2.4 diff --git a/setup.py b/setup.py index 0bd6166..7aa054d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url="https://github.com/fzyukio/multidimensional-variable-length-seq2seq-autoencoder", packages=setuptools.find_packages(), license='MIT', - install_requires=['numpy==1.16.3', 'tensorflow==1.13.1'], + install_requires=['numpy==1.16.3', 'tensorflow==2.11.1'], classifiers=[ "Programming Language :: Python", "License :: OSI Approved :: MIT License",