diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-10-31 14:48:03 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-10-31 14:48:03 -0400 |
commit | b08a4d025c7512658017d80f21a7eae1a564a4dd (patch) | |
tree | f0a30e2a4bb1f044c9ff5c94369522e81198a943 | |
parent | f752350a114cd69b6f166118cc312c5524121d67 (diff) | |
download | astroconda-releases-testing-b08a4d025c7512658017d80f21a7eae1a564a4dd.tar.gz |
Do not use editable installs; they don't play nicely with the DMS destinations.
-rw-r--r-- | jwstdp/0.14.0/reqs_macos-stable-deps.txt | 8 | ||||
-rw-r--r-- | jwstdp/0.14.0/reqs_stable-deps.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/jwstdp/0.14.0/reqs_macos-stable-deps.txt b/jwstdp/0.14.0/reqs_macos-stable-deps.txt index aac1c75..e00e76f 100644 --- a/jwstdp/0.14.0/reqs_macos-stable-deps.txt +++ b/jwstdp/0.14.0/reqs_macos-stable-deps.txt @@ -1,5 +1,5 @@ asdf==2.4.2 --e git+https://github.com/astropy/astropy@5f7c192c7f344e3be1ff799a7d70979f2491a792#egg=astropy +astropy @ git+https://github.com/astropy/astropy@5f7c192 atomicwrites==1.3.0 attrs==19.1.0 certifi==2019.9.11 @@ -7,15 +7,15 @@ chardet==3.0.4 ci-watson==0.4 codecov==2.0.15 coverage==4.5.4 --e git+https://github.com/spacetelescope/crds@194a56ca565e59a975a32d4917a9cdd63e6eae3e#egg=crds +crds @ git+https://github.com/spacetelescope/crds@194a56c Cython==0.29.13 drizzle==1.13.1 filelock==3.0.12 --e git+https://github.com/spacetelescope/gwcs@3e2bc108ec3a661399c6e13a067cca9f2d445588#egg=gwcs +gwcs @ git+https://github.com/spacetelescope/gwcs@3e2bc10 idna==2.8 importlib-metadata==0.23 jsonschema==3.0.2 --e git+https://github.com/spacetelescope/jwst.git@0.14.0#egg=jwst +jwst @ git+https://github.com/spacetelescope/jwst@0.14.0 lxml==4.4.1 more-itertools==7.2.0 numpy==1.17.2 diff --git a/jwstdp/0.14.0/reqs_stable-deps.txt b/jwstdp/0.14.0/reqs_stable-deps.txt index e8f0714..2ea38fe 100644 --- a/jwstdp/0.14.0/reqs_stable-deps.txt +++ b/jwstdp/0.14.0/reqs_stable-deps.txt @@ -1,6 +1,6 @@ apipkg==1.5 asdf==2.4.2 --e git+https://github.com/astropy/astropy@5f7c192c7f344e3be1ff799a7d70979f2491a792#egg=astropy +astropy @ git+https://github.com/astropy/astropy@5f7c192 atomicwrites==1.3.0 attrs==19.1.0 certifi==2019.9.11 @@ -8,17 +8,17 @@ chardet==3.0.4 ci-watson==0.4 codecov==2.0.15 coverage==4.5.4 --e git+https://github.com/spacetelescope/crds@194a56ca565e59a975a32d4917a9cdd63e6eae3e#egg=crds +crds @ git+https://github.com/spacetelescope/crds@194a56c Cython==0.29.13 drizzle==1.13.1 execnet==1.7.1 filelock==3.0.12 --e git+https://github.com/spacetelescope/gwcs@3e2bc108ec3a661399c6e13a067cca9f2d445588#egg=gwcs +gwcs @ git+https://github.com/spacetelescope/gwcs@3e2bc10 idna==2.8 importlib-metadata==0.23 jplephem==2.9 jsonschema==3.0.2 --e git+https://github.com/spacetelescope/jwst.git@0.14.0#egg=jwst +jwst @ git+https://github.com/spacetelescope/jwst@0.14.0 lxml==4.4.1 more-itertools==7.2.0 numpy==1.17.2 |