diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-26 18:08:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:08:09 -0500 |
commit | 710abc474e541bf32f1105f32b536f2299d5397d (patch) | |
tree | dd945d90157c05cc969e79aa157e9e1f5bc358b9 /conda_build_config.yaml | |
parent | aded822fd4641cf6626f805cc5b28a9316478fd6 (diff) | |
download | astroconda-contrib-710abc474e541bf32f1105f32b536f2299d5397d.tar.gz |
Fix py37 package resolution failures (#424)
* Remove totally deprecated dependencies
* Future: If recipe no longer exists... remove from metapackage
Diffstat (limited to 'conda_build_config.yaml')
-rw-r--r-- | conda_build_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conda_build_config.yaml b/conda_build_config.yaml index e890122..3256ed5 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -1,9 +1,10 @@ python: - 3.5 - 3.6 + - 3.7 numpy: - - 1.12 + - 1.14 pin_build_as_run: python: |