diff options
Diffstat (limited to 'reftools')
-rw-r--r-- | reftools/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reftools/meta.yaml b/reftools/meta.yaml index 0c9d84f..a35d935 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -14,12 +14,12 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - numpy - python x.x - setuptools run: - astropy >=1.1 - - numpy x.x + - numpy - python x.x source: git_tag: {{ version }} |