From 34f86f89490a5da6cfe35de71fba1e2435a36de9 Mon Sep 17 00:00:00 2001 From: Sujay Shankar Date: Tue, 28 May 2024 12:30:47 -0400 Subject: [PATCH] Fix specutils versioning --- .github/workflows/gollum-tests.yml | 2 +- docs/requirements.txt | 2 +- environment_M1.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gollum-tests.yml b/.github/workflows/gollum-tests.yml index 7db26e4..5c8e4c3 100644 --- a/.github/workflows/gollum-tests.yml +++ b/.github/workflows/gollum-tests.yml @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index db96970..cca110b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx>=3.2.1 numpy astropy>=4.1 -specutils>=1.2 +specutils>=1.8 sphinx-material scipy pandas diff --git a/environment_M1.yml b/environment_M1.yml index f557d25..1864805 100644 --- a/environment_M1.yml +++ b/environment_M1.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib - astropy>=4.1 - astroquery - - specutils>=1.2 + - specutils>=1.8 - tqdm - pandas - bokeh diff --git a/setup.py b/setup.py index f671b08..fb88230 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "numpy", "scipy", "astropy", - "specutils>=1.6", + "specutils>=1.8", "importlib_resources", "pandas", "matplotlib",