Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 26, 2023
1 parent d858ed4 commit 6e7cd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-core/build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Ext:
"./hmmer-reader",
CMAKE_OPTS,
),
Ext("EBI-Metagenomics", "imm", "v5.1.0", "./", CMAKE_OPTS + CPM_OPTS),
Ext("EBI-Metagenomics", "imm", "v5.3.5", "./", CMAKE_OPTS + CPM_OPTS),
Ext("nanomsg", "nng", "v1.5.2", "./", CMAKE_OPTS + NNG_OPTS),
Ext(
"EBI-Metagenomics",
Expand All @@ -68,7 +68,7 @@ class Ext:
Ext(
"EBI-Metagenomics",
"deciphon",
"c-core-v0.11.5",
"c-core-v0.12.0",
"./c-core",
CMAKE_OPTS + CPM_OPTS,
),
Expand Down

0 comments on commit 6e7cd60

Please sign in to comment.