Skip to content

Commit

Permalink
Merge pull request #132 from CostaLab/develop
Browse files Browse the repository at this point in the history
fix pyx dependency
  • Loading branch information
lzj1769 authored Aug 22, 2019
2 parents 7cb9d88 + 34513a8 commit b093ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rgt/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.2"
__version__ = "0.12.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def find_version(*file_paths):
"hint": (
"rgt-hint",
"rgt.HINT.Main:main",
["scikit-learn>=0.19.0", "hmmlearn>=0.2", "pandas", "logomaker"],
["scikit-learn>=0.19.0", "hmmlearn>=0.2", "pandas", "logomaker", "pyx==0.12.1"],
[]
),
"THOR": (
Expand Down

0 comments on commit b093ae7

Please sign in to comment.