Skip to content

Commit

Permalink
Release v3.9.0
Browse files Browse the repository at this point in the history
New Feature:
 * GERO-296 - tmbur - graphkb matching to 'high mutation burden' category variants.
Improvements:
 * require graphkb>=1.10.1 which has fixes for variant matching.
  • Loading branch information
dustinbleile committed May 16, 2023
1 parent bc7fc1f commit 340f9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ known_standard_library = requests

[metadata]
name = ipr
version = 3.8.0
version = 3.9.0
author_email = ipr@bcgsc.ca
author = ipr
maintainer_email = ipr@bcgsc.ca
Expand All @@ -32,7 +32,7 @@ python_requires = >=3.6
dependency_links = []
include_package_data = True
install_requires =
graphkb>=1.8.0, <2
graphkb>=1.10.1
biopython==1.76
progressbar2>=3.51.0, <4
pandas>=1.1.0, <2
Expand Down

0 comments on commit 340f9e8

Please sign in to comment.