diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-25 14:50:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 14:50:36 -0400 |
commit | adf64a1cadf2eb2ba1125758fe829f0c21a0ce1e (patch) | |
tree | e3abd2a8298e33b4c8749cf3a1292dcd6ce850bc /asdf | |
parent | 6c2ce270912a597b07a7becd399980bd7d9b740b (diff) | |
download | astroconda-contrib-adf64a1cadf2eb2ba1125758fe829f0c21a0ce1e.tar.gz |
asdf: fix selector (#724)
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index c3c35e6..f2a9f19 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -19,7 +19,7 @@ requirements: build: - semantic_version >=2.8 - pyyaml >=3.10 - - importlib_resources >=3 # [py<3.9] + - importlib_resources >=3 # [py<39] - jsonschema >=3.0.2,<4.0 - setuptools - setuptools_scm @@ -28,7 +28,7 @@ requirements: run: - semantic_version >=2.8 - pyyaml >=3.10 - - importlib_resources >=3 # [py<3.9] + - importlib_resources >=3 # [py<39] - jsonschema >=3.0.2,<4.0 - pytest - setuptools |