Skip to content

Commit

Permalink
Fix specutils versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 28, 2024
1 parent 45af05c commit 34f86f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gollum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10.9, 3.11]
specutils-version: [1.6, 1.7, 1.8, 1.9]
specutils-version: [1.8, 1.10, 1.12, 1.14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx>=3.2.1
numpy
astropy>=4.1
specutils>=1.2
specutils>=1.8
sphinx-material
scipy
pandas
Expand Down
2 changes: 1 addition & 1 deletion environment_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib
- astropy>=4.1
- astroquery
- specutils>=1.2
- specutils>=1.8
- tqdm
- pandas
- bokeh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"numpy",
"scipy",
"astropy",
"specutils>=1.6",
"specutils>=1.8",
"importlib_resources",
"pandas",
"matplotlib",
Expand Down

0 comments on commit 34f86f8

Please sign in to comment.