-
Notifications
You must be signed in to change notification settings - Fork 21
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
6906708
commit 87470d3
Showing
3 changed files
with
22 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ jobs: | |
- macos: py39 | ||
- macos: py310 | ||
- macos: py311 | ||
- linux: devdeps | ||
- linux: py311-devdeps |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# ASDF upstream packages | ||
git+https://github.com/asdf-format/asdf | ||
git+https://github.com/asdf-format/asdf-transform-schemas | ||
git+https://github.com/asdf-format/asdf-wcs-schemas | ||
git+https://github.com/astropy/asdf-astropy | ||
|
||
# Use weekly astropy dev build | ||
--extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre | ||
|
||
# Use Bi-weekly numpy/scipy dev builds | ||
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple | ||
numpy>=0.0.dev0 | ||
scipy>=0.0.dev0 | ||
|
||
# Roman upstream packages | ||
git+https://github.com/spacetelescope/rad | ||
|
||
# Other important upstream packages | ||
git+https://github.com/spacetelescope/gwcs |
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