Skip to content

Commit

Permalink
Merge pull request #37 from OllyK/36-ci-fix
Browse files Browse the repository at this point in the history
resolves Issue with python 3.12 install
  • Loading branch information
mb010 authored Sep 4, 2024
2 parents 4dd14b7 + 5c17535 commit 45d70e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"astropy==5.2.1",
"astropy==5.3.4",
"beautifulsoup4",
"matplotlib==3.6.3",
"numpy==1.24.2",
"pandas==1.5.3",
"matplotlib",
"numpy<2",
"pandas",
"regions==0.7",
"requests",
"spectral-cube==0.6.0",
Expand Down

0 comments on commit 45d70e6

Please sign in to comment.