diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-01-21 07:14:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 07:14:35 -0500 |
commit | fb3c457bc08cb62582ff55e63b746be3adb3c0c9 (patch) | |
tree | 8f0c58032b988381984632d4da28ba3d27217da2 /pysiaf/meta.yaml | |
parent | 0a2b0de38359f35926419cebacd58829927d26e1 (diff) | |
download | astroconda-contrib-fb3c457bc08cb62582ff55e63b746be3adb3c0c9.tar.gz |
pysiaf: stop building as egg (#690)
Diffstat (limited to 'pysiaf/meta.yaml')
-rw-r--r-- | pysiaf/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 58a99d7..51d9edf 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -33,6 +33,7 @@ requirements: - numpydoc - requests >=2.21.0 - PyQt >=5.0.0 + - et_xmlfile run: - astropy >=1.2 |