Skip to content

Commit

Permalink
Require astromodels >=2.4.2 to fix this issue threeML/astromodels#201.…
Browse files Browse the repository at this point in the history
… Also, interpolation now fixed this other issue EconForge/interpolation.py#112, which allows to remove the restriction on numba (which is needed for astromodels 2.4.2)
  • Loading branch information
israelmcmc committed Jun 24, 2024
1 parent 877e36d commit bcb5313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcb5313

Please sign in to comment.