diff --git a/setup.py b/setup.py index a67d1534..3a62041d 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], extras_require={ "vcf": [ - "numpy==1.23.1", + "numpy==1.23.2", "cyvcf2==0.30.15", "Cython==0.29.32", ],