diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-08 09:53:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 09:53:42 -0400 |
commit | 944cd43479ed4c5aa90bed8ee7cac3813a93a8a9 (patch) | |
tree | 1b2f4d883db202a44f0b8ce256a5c30e991301d0 /asdf | |
parent | 68ce058dbc0ad40aacb1d5cb2d9ab0ef9d514536 (diff) | |
download | astroconda-dev-944cd43479ed4c5aa90bed8ee7cac3813a93a8a9.tar.gz |
[asdf] Add missing semantic_version dependency (#46)
Diffstat (limited to 'asdf')
-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 78dd98f..53eae63 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -22,6 +22,7 @@ requirements: - pyyaml - jsonschema - pytest + - semantic_version >=2.6.0 - six - setuptools - numpy @@ -32,6 +33,7 @@ requirements: - pyyaml - jsonschema - pytest + - semantic_version >=2.6.0 - six - setuptools - numpy |