Skip to content

Commit 73b33ec

Browse files
committed
Fix #94 and CI
1 parent 2532d55 commit 73b33ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ alleles and were added by the Aldy authors. These alleles do not exist in the so
715715
Change log
716716
==========
717717

718-
- Aldy v4.8 (Jul 2025)
718+
- Aldy v4.8 and v4.8.1 (Jul 2025)
719719
- PharmVar v6.2.14 update and new definitions
720720
- "ALDY" alleles renamed to "X" alleles
721721
- CPIC functionality reporting

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"mappy",
9494
"numpy",
9595
"cython",
96+
"importlib_resources"
9697
],
9798
entry_points={"console_scripts": ["aldy = aldy.__main__:console"]},
9899
packages=find_packages(),

0 commit comments

Comments
 (0)