diff --git a/setup.py b/setup.py index 0750a886..f55f4254 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], extras_require={ "vcf": [ - "numpy==1.24.3", + "numpy==1.25.0", "cyvcf2==0.30.18", "Cython==0.29.35", ],