From 635d8e23758d71ae427ce11f2314e9095353bd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:33:12 +0000 Subject: [PATCH] Bump tensorflow from 2.7.2 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 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/v2.7.2...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c34a6be..97261fa 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(filename): packages=find_packages(exclude=('tests',)), install_requires=['numpy>=1.19.1', 'matplotlib==3.3.3', 'scipy', 'seaborn', 'tqdm', 'jupyter', - 'maxent-infer', 'pandas', 'networkx==2.5', 'tensorflow==2.7.2', 'tensorflow_probability==0.11.1'], + 'maxent-infer', 'pandas', 'networkx==2.5', 'tensorflow==2.11.1', 'tensorflow_probability==0.11.1'], classifiers=[ 'Development Status :: 2 - Pre-Alpha',