Skip to content

Commit

Permalink
Merge pull request cositools#192 from krishnatejavedula/scipy1.13
Browse files Browse the repository at this point in the history
fix(dependencies): constrain scipy version to <=1.13.0
  • Loading branch information
israelmcmc authored Jun 28, 2024
2 parents 852b2e1 + d0bb58a commit 65706f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
'matplotlib<=3.8.3',
'numba<=0.58.0',
'yayc',
'awscli'],
'awscli',
'scipy<=1.13.0'],
description = "High-level analysis for the COSI telescope data",
entry_points={"console_scripts":[
"cosi-response = cosipy.response.FullDetectorResponse:cosi_response",
Expand Down

0 comments on commit 65706f7

Please sign in to comment.