-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd9ba38
commit 374d6b6
Showing
4 changed files
with
56 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ authors = [ | |
{ name = "gwcs developers", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"asdf >= 2.8.1", | ||
"astropy >= 5.3", | ||
"numpy", | ||
"scipy", | ||
"asdf >= 3.3.0", | ||
"astropy >= 6.0", | ||
"numpy>=1.24", | ||
"scipy>=1.14.1", | ||
"asdf_wcs_schemas >= 0.4.0", | ||
"asdf-astropy >= 0.2.0", | ||
"asdf-astropy >= 0.5.0", | ||
] | ||
dynamic = [ | ||
"version", | ||
|
@@ -46,15 +46,14 @@ docs = [ | |
] | ||
test = [ | ||
"ci-watson>=0.3.0", | ||
"pytest>=4.6.0", | ||
"pytest-astropy", | ||
"pytest>=7.0.0", | ||
"pytest-astropy>=0.11.0", | ||
] | ||
|
||
[build-system] | ||
requires = [ | ||
"setuptools>=61.2", | ||
"setuptools_scm[toml]>=3.4", | ||
"wheel", | ||
] | ||
build-backend = "setuptools.build_meta" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
git+https://github.com/asdf-format/asdf | ||
git+https://github.com/asdf-format/asdf-standard | ||
|
||
# Use weekly astropy dev build | ||
--extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre | ||
|
||
git+https://github.com/astropy/asdf-astropy | ||
git+https://github.com/asdf-format/asdf-transform-schemas | ||
git+https://github.com/asdf-format/asdf-coordinates-schemas | ||
git+https://github.com/asdf-format/asdf-wcs-schemas | ||
|
||
# Use Bi-weekly numpy/scipy dev builds | ||
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple | ||
astropy>=0.0.dev0 | ||
pyerfa>=0.0.dev0 | ||
|
||
numpy>=0.0.dev0 | ||
scipy>=0.0.dev0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters