Skip to content

Commit

Permalink
Require astropy 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jan 25, 2025
1 parent 10e925e commit 8d17441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- if: contains(matrix.extra-args, 'oldest-deps') && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
run: |
micromamba install -n cta-dev -y numpy=1.24 numba=0.57 scipy=1.10 astropy=6.0 matplotlib=3.6
micromamba install -n cta-dev -y numpy=1.24 numba=0.57 scipy=1.10 astropy=6.1 matplotlib=3.6
micromamba list -n cta-dev
- name: ctapipe-info
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python=3.11
- pip
- astropy>=6.0,<8
- astropy>=6.1,<8
- black
- bokeh=3
- nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]
requires-python = ">=3.10"

dependencies = [
"astropy >=6.0,<8.0.0a0",
"astropy >=6.1,<8.0.0a0",
"docutils",
"joblib",
"numba >=0.57",
Expand Down

0 comments on commit 8d17441

Please sign in to comment.