diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-05-04 14:58:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 14:58:47 -0400 |
commit | 195be13c4ea39fdc107b0ab77409ad32995aaa4b (patch) | |
tree | 07f97d3d5d2b14523975f0bfe1891b81093e4ea3 /jwstdp/0.16.0 | |
parent | 0c0a3cb3cf991866b5677d3a11e160d23008398a (diff) | |
download | astroconda-releases-195be13c4ea39fdc107b0ab77409ad32995aaa4b.tar.gz |
Add macos env snapshot that was out of date (#122)
It had been disabled in the build due to a build node being unavailable for a few days.
Diffstat (limited to 'jwstdp/0.16.0')
-rw-r--r-- | jwstdp/0.16.0/conda_python_macos-stable-deps.txt | 10 | ||||
-rw-r--r-- | jwstdp/0.16.0/reqs_macos-stable-deps.txt | 19 |
2 files changed, 22 insertions, 7 deletions
diff --git a/jwstdp/0.16.0/conda_python_macos-stable-deps.txt b/jwstdp/0.16.0/conda_python_macos-stable-deps.txt index cff794a..4397f7f 100644 --- a/jwstdp/0.16.0/conda_python_macos-stable-deps.txt +++ b/jwstdp/0.16.0/conda_python_macos-stable-deps.txt @@ -4,16 +4,16 @@ @EXPLICIT https://repo.anaconda.com/pkgs/main/osx-64/ca-certificates-2020.1.1-0.conda https://repo.anaconda.com/pkgs/main/osx-64/libcxxabi-4.0.1-hcfea43d_1.conda -https://repo.anaconda.com/pkgs/main/osx-64/xz-5.2.4-h1de35cc_4.conda +https://repo.anaconda.com/pkgs/main/osx-64/xz-5.2.5-h1de35cc_0.tar.bz2 https://repo.anaconda.com/pkgs/main/osx-64/zlib-1.2.11-h1de35cc_3.conda https://repo.anaconda.com/pkgs/main/osx-64/libcxx-4.0.1-hcfea43d_1.conda -https://repo.anaconda.com/pkgs/main/osx-64/openssl-1.1.1f-h1de35cc_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/openssl-1.1.1g-h1de35cc_0.conda https://repo.anaconda.com/pkgs/main/osx-64/tk-8.6.8-ha441bb4_0.conda -https://repo.anaconda.com/pkgs/main/osx-64/libffi-3.2.1-h475c297_4.conda -https://repo.anaconda.com/pkgs/main/osx-64/ncurses-6.2-h0a44026_0.tar.bz2 +https://repo.anaconda.com/pkgs/main/osx-64/libffi-3.2.1-h0a44026_6.tar.bz2 +https://repo.anaconda.com/pkgs/main/osx-64/ncurses-6.2-h0a44026_1.conda https://repo.anaconda.com/pkgs/main/osx-64/libedit-3.1.20181209-hb402a30_0.conda https://repo.anaconda.com/pkgs/main/osx-64/readline-8.0-h1de35cc_0.conda -https://repo.anaconda.com/pkgs/main/osx-64/sqlite-3.31.1-ha441bb4_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/sqlite-3.31.1-h5c1f38d_1.tar.bz2 https://repo.anaconda.com/pkgs/main/osx-64/python-3.7.7-hc70fcce_0_cpython.conda https://repo.anaconda.com/pkgs/main/osx-64/certifi-2020.4.5.1-py37_0.conda https://repo.anaconda.com/pkgs/main/osx-64/setuptools-46.1.3-py37_0.conda diff --git a/jwstdp/0.16.0/reqs_macos-stable-deps.txt b/jwstdp/0.16.0/reqs_macos-stable-deps.txt index b02b449..ebc2297 100644 --- a/jwstdp/0.16.0/reqs_macos-stable-deps.txt +++ b/jwstdp/0.16.0/reqs_macos-stable-deps.txt @@ -3,6 +3,9 @@ astropy==4.0.1.post1 attrs==19.3.0 certifi==2020.4.5.1 chardet==3.0.4 +ci-watson==0.5 +codecov==2.0.22 +coverage==5.1 crds==7.4.1.3 Cython==0.29.16 drizzle==1.13.1 @@ -13,12 +16,23 @@ importlib-metadata==1.6.0 jsonschema==3.2.0 jwst @ git+https://github.com/spacetelescope/jwst.git@0.16.0 lxml==4.5.0 +more-itertools==8.2.0 numpy==1.18.2 +packaging==20.3 Parsley==1.3 photutils==0.7.2 +pluggy==0.13.1 +psutil==5.7.0 +py==1.8.1 +pyparsing==2.4.7 pyrsistent==0.16.0 +pytest==5.3.5 +pytest-cov==2.8.1 +pytest-doctestplus==0.5.0 +pytest-openfiles==0.5.0 PyYAML==5.3.1 requests==2.23.0 +requests-mock==1.7.0 scipy==1.4.1 semantic-version==2.8.4 six==1.14.0 @@ -26,6 +40,7 @@ spherical-geometry==1.2.18 stsci.image==2.3.3 stsci.imagestats==1.6.2 stsci.stimage==0.2.4 -tweakwcs==0.5.3 -urllib3==1.25.8 +tweakwcs==0.6.3 +urllib3==1.25.9 +wcwidth==0.1.9 zipp==3.1.0 |