From 5d7857ccb063c22a443e4548185efbc4c59b9853 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 3 Sep 2021 08:21:58 +0000 Subject: [PATCH] looser tensorflow spec --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4beb6f..c662217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] +### Changed +- tensorflow requirement to ~=2.2.2 + ## [v1.4.3] ### Fixed - `medaka tools` now displays its help rather than an error. diff --git a/requirements.txt b/requirements.txt index 6745e1a..791bd1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ edlib grpcio h5py<3.0.0 # tf has a pin for this, but pip gets confused intervaltree -tensorflow==2.2.2 +tensorflow~=2.2.2 numpy<1.19.0,>=1.16.0 # similarly for this mappy ont_fast5_api