From fa4c7da180bb70e7200b914b1e3f37325e217570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:09:29 +0000 Subject: [PATCH] build(deps): bump tensorflow from 2.1.0 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.5.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.1.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e356703..792e476 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ black = {version = "*",license = "New BSD"} [packages] arviz = {version = ">= 0.8"} # bug in plot density when passing axes. numpy = {version = "*"} -tensorflow = {version = "==2.1.0"} # apparent dependency conflict in 2.2.0 with pandas +tensorflow = {version = "==2.5.1"} # apparent dependency conflict in 2.2.0 with pandas tensorflow_probability = {version = "==0.9"} seaborn = {version = "*"} scikit-learn = {version = "*"}