Skip to content

Commit

Permalink
Increase asdf-wcs-schemas version (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Mar 10, 2024
1 parent e108dde commit 6c67a99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
python-version: 3.9
- linux: test-numpy125
python-version: 3.9
- linux: test-numpy122
- linux: test-numpy123
python-version: 3.9
- linux: test
python-version: 3.10
- linux: test-numpy125
python-version: 3.10
- linux: test-numpy122
- linux: test-numpy123
python-version: 3.10
- linux: test
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Improve documentation (part 1) [#483]

- Add a minimum version requirement for ``asdf-wcs-schemas``. [#488]
- Add a minimum version requirement for ``asdf-wcs-schemas``. [#491]

- Fix ``WCS.__str__`` for instances without transforms. [#489]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"astropy >= 5.3",
"numpy",
"scipy",
"asdf_wcs_schemas >= 0.3.0",
"asdf_wcs_schemas >= 0.4.0",
"asdf-astropy >= 0.2.0",
]
dynamic = [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ deps =
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
numpy122: numpy==1.22.*
numpy123: numpy==1.23.*
numpy125: numpy==1.25.*
pass_env =
jwst,romancal: CRDS_*
Expand Down

0 comments on commit 6c67a99

Please sign in to comment.