Skip to content

Commit

Permalink
No need for develop with the new releases of histpy, mhealpy and scoords
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed Jan 24, 2024
1 parent 57b7b26 commit 40ecc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
author_email='[email protected]',
url='https://github.com/cositools/cosipy',
packages = find_packages(include=["cosipy", "cosipy.*"]),
install_requires = ["histpy @ git+https://gitlab.com/burstcube/histpy.git@develop",
"mhealpy @ git+https://gitlab.com/burstcube/mhealpy.git@develop",
"scoords @ git+https://github.com/cositools/scoords.git@develop",
install_requires = ["histpy",
"mhealpy",
"scoords",
'astromodels',
'threeml',
'awscli'],
Expand Down

0 comments on commit 40ecc7f

Please sign in to comment.