forked from spacetelescope/jwst
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split
requirements-dev.txt
into first and third party dev dependenc…
…ies (spacetelescope#7849) Co-authored-by: Nadia Dencheva <[email protected]>
- Loading branch information
1 parent
5fd7905
commit cc2c119
Showing
6 changed files
with
32 additions
and
21 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# JWST upstream packages | ||
git+https://github.com/spacetelescope/stdatamodels | ||
|
||
# shared upstream packages | ||
git+https://github.com/spacetelescope/stcal | ||
git+https://github.com/spacetelescope/stpipe | ||
|
||
# Other important upstream packages | ||
git+https://github.com/spacetelescope/crds | ||
git+https://github.com/spacetelescope/gwcs | ||
git+https://github.com/spacetelescope/tweakwcs | ||
git+https://github.com/spacetelescope/wiimatch |
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,17 +1,16 @@ | ||
# ASDF upstream packages | ||
git+https://github.com/asdf-format/asdf-standard | ||
git+https://github.com/asdf-format/asdf | ||
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 | ||
git+https://github.com/astropy/astropy | ||
|
||
# Use weekly astropy dev build | ||
git+https://github.com/astropy/asdf-astropy | ||
git+https://github.com/spacetelescope/crds | ||
git+https://github.com/spacetelescope/gwcs | ||
numpy>=0.0.dev0 | ||
git+https://github.com/astropy/photutils | ||
--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 | ||
git+https://github.com/spacetelescope/stdatamodels | ||
git+https://github.com/spacetelescope/stpipe | ||
git+https://github.com/spacetelescope/stcal | ||
git+https://github.com/spacetelescope/tweakwcs | ||
git+https://github.com/spacetelescope/wiimatch |
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