From 27f961ecf7c1af10d4e8a3cfe2e7c178634c7287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:47:22 +0000 Subject: [PATCH] Bump tensorflow from 2.9.3 to 2.12.1 in /lib/galaxy/dependencies Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.3 to 2.12.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.9.3...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/galaxy/dependencies/conditional-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/dependencies/conditional-requirements.txt b/lib/galaxy/dependencies/conditional-requirements.txt index e672eaca7d20..5f4377b9d1a2 100644 --- a/lib/galaxy/dependencies/conditional-requirements.txt +++ b/lib/galaxy/dependencies/conditional-requirements.txt @@ -52,7 +52,7 @@ pygithub influxdb # Deep learning packages for tool recommendation -tensorflow==2.9.3 +tensorflow==2.12.1 # weasyprint has problematic requirements (cairo, Pango, see: # https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#linux)