-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements for python 3.11 upgrade - IFU_cube_continuum_fit (#…
…170) * Update requirements for python 3.11 upgrade - IFU_cube_continuum_fit * Update pre-install.sh * Adress style errors --------- Co-authored-by: Michael Gough <[email protected]> Co-authored-by: Hatice Karatay <[email protected]>
- Loading branch information
1 parent
09c0b04
commit 4aec3ac
Showing
3 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
source bin/activate | ||
pip install astropy-helpers==2.0.11 | ||
pip install radio_beam==0.3.2 | ||
pip install git+https://github.com/spacetelescope/jdaviz.git@625acca8562249c2f4d9041c566c1820a4d480b2#egg=jdaviz | ||
pip install astropy-helpers>=2.0.11 | ||
pip install radio_beam>=0.3.2 | ||
pip install jdaviz>=3.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
astropy-helpers>=2.0.11 | ||
radio_beam>=0.3.2 | ||
astropy>=4.3.1 | ||
specutils>=1.4.0 | ||
matplotlib>=3.4.3 | ||
|