Skip to content

Commit

Permalink
Update bgen dependency to version 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 17, 2024
1 parent db1e22c commit 471112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def compile_extension():
pwd = Path(os.path.dirname(os.path.abspath(__file__)))

if not os.getenv("BGEN_SKIP_BUILD_DEPS", False):
libs += build_deps(pwd, "limix", "bgen", "4.1.9")
libs += build_deps(pwd, "limix", "bgen", "4.1.10")

with open(pwd / "cbgen" / "interface.h", "r") as f:
ffibuilder.cdef(f.read())
Expand Down

0 comments on commit 471112f

Please sign in to comment.