-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various testing spot checks... (#122)
* Drop the draft creation from JOSS on GitHub actions--not needed anymore * Make unit tests use astropy 5.1 only, per #121 * Numpy version incompatibility check... * The tests were reading the pip version of muler! that is a fail! * numpy backwards breaking bug * numpy compatibiliy deprecation * Got to try different numpy versions * another numpy backwards breaking change * same for nirspec * Astropy 5.1 has a numpy conflict, apparently? * Force the most recent versions after all
- Loading branch information
Showing
9 changed files
with
58 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
sphinx>=3.2.1 | ||
sphinx-material | ||
scipy | ||
pandas | ||
nbsphinx | ||
gwcs | ||
celerite2 | ||
matplotlib | ||
requests | ||
ipykernel | ||
importlib_resources | ||
h5py | ||
celerite2 | ||
tqdm | ||
bokeh # needed for gollum to install on RTD | ||
gollum==0.2.1 | ||
numpydoc | ||
sphinx-gallery |
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 |
---|---|---|
|
@@ -12,18 +12,18 @@ | |
|
||
setuptools.setup( | ||
name="muler", | ||
version="0.3.4", | ||
version="0.4.0", | ||
author="gully", | ||
author_email="[email protected]", | ||
description="A Python package for working with data from IGRINS and HPF", | ||
description="A Python package for working with data from various echelle spectrographs", | ||
long_description=readme, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/OttoStruve/muler", | ||
install_requires=[ | ||
"numpy", | ||
"scipy", | ||
"astropy>=4.1", | ||
"specutils>=1.5", | ||
"astropy>=5.2", | ||
"specutils>=1.9", | ||
"pandas", | ||
"importlib_resources", | ||
"matplotlib", | ||
|
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
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