From 4f6cd525931fddcfc45e21add10d2267f695fd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:47:30 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.11.1 in /cellbox Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 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.11.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cellbox/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellbox/setup.py b/cellbox/setup.py index f63a554..4963ef7 100644 --- a/cellbox/setup.py +++ b/cellbox/setup.py @@ -17,7 +17,7 @@ url="https://github.com/dfci/CellBox", packages=['cellbox'], python_requires='>=3.6', - install_requires=['tensorflow==2.11.0', 'numpy==1.24.1', 'pandas==1.5.3', 'scipy==1.10.0'], + install_requires=['tensorflow==2.11.1', 'numpy==1.24.1', 'pandas==1.5.3', 'scipy==1.10.0'], tests_require=['pytest', 'pandas', 'numpy', 'scipy'], setup_requires=['pytest-runner', "pytest"], zip_safe=True,