diff --git a/setup.py b/setup.py index 2670df35..c124d5e6 100644 --- a/setup.py +++ b/setup.py @@ -25,10 +25,10 @@ install_requires = ["histpy", "mhealpy", "scoords", - 'astromodels', + 'astromodels>=2.4.2', 'threeml>=2.1.2', 'matplotlib<=3.8.3', - 'numba<=0.58.0', + 'numba', 'yayc', 'awscli'], description = "High-level analysis for the COSI telescope data",