Skip to content

Commit

Permalink
Merge branch 'tfspec' into 'dev'
Browse files Browse the repository at this point in the history
looser tensorflow spec

See merge request research/medaka!504
  • Loading branch information
cjw85 committed Sep 3, 2021
2 parents 8c74704 + 5d7857c commit cec1f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cec1f5e

Please sign in to comment.