diff options
Diffstat (limited to 'sphere')
-rw-r--r-- | sphere/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphere/meta.yaml b/sphere/meta.yaml index 10fefaa..45944dc 100644 --- a/sphere/meta.yaml +++ b/sphere/meta.yaml @@ -16,12 +16,12 @@ requirements: - astropy >=1.1 - matplotlib - setuptools - - numpy x.x + - numpy - python x.x run: - astropy >=1.1 - matplotlib - - numpy x.x + - numpy - python x.x source: git_tag: {{ version }} |