diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-02 11:13:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 11:13:31 -0400 |
commit | d732ae2dd3ad6cc4d3852f644227e58c2fa888f1 (patch) | |
tree | 3adf81c7a79483705227bc1a1eaf85fab22021b5 /asdf/meta.yaml | |
parent | 9b5b2020e824b09c49db1bb58d96787a74cb3d23 (diff) | |
download | astroconda-dev-d732ae2dd3ad6cc4d3852f644227e58c2fa888f1.tar.gz |
asdf: update recipe (#190)
Diffstat (limited to 'asdf/meta.yaml')
-rw-r--r-- | asdf/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 307c441..2c77fbc 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -24,8 +24,10 @@ requirements: - jsonschema >=2.3,<=2.6 - six >=1.9.0 - setuptools + - setuptools_scm - numpy {{ numpy }} - python {{ python }} + run: - semantic_version >=2.3.1 - pyyaml >=3.10 |