Skip to content

Commit

Permalink
Merge pull request #91 from cds-astro/dependabot/pip/mocpy-gte-0.15.0…
Browse files Browse the repository at this point in the history
…-and-lt-0.17.0

Update mocpy requirement from <0.16.0,>=0.15.0 to >=0.15.0,<0.17.0
  • Loading branch information
ManonMarchand committed Jul 23, 2024
2 parents acb6bb6 + fee46ec commit 4ab94bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-check_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-check_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-checks_mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astroplan>=0.8, <=0.10
astropy>=5.2.0.a, <6.1
astroquery==0.4.*
ipyaladin>=0.3.0
MOCpy >= 0.15.0, < 0.16.0
MOCpy >= 0.15.0, < 0.17.0
pandas >= 2.0.3, < 2.3.0
plotly>=5.14.0.a, <=5.22.0
pyvo>=1.4.1, <=1.5.2
Expand Down

0 comments on commit 4ab94bb

Please sign in to comment.