summaryrefslogtreecommitdiff
path: root/pyraf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-06-29 17:03:41 -0400
committerGitHub <noreply@github.com>2016-06-29 17:03:41 -0400
commit90eb671b2054b89a69525edc80add7dd3378f890 (patch)
tree2861a6e7279a90c881ccddc6f6e41d127ad5b730 /pyraf
parenta9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff)
downloadastroconda-contrib-90eb671b2054b89a69525edc80add7dd3378f890.tar.gz
Free range packages (#20)
* Allow packages updates without metapackages conflicting * Fix numpy locking * Update purge_path requirement * git https not ssh * Redo changes prior to rebase
Diffstat (limited to 'pyraf')
-rw-r--r--pyraf/meta.yaml20
1 files changed, 7 insertions, 13 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml
index 92456dc..9e9be3e 100644
--- a/pyraf/meta.yaml
+++ b/pyraf/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'pyraf' %}
{% set version = '2.1.10' %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/pyraf
@@ -17,12 +17,9 @@ requirements:
- astropy >=1.1
- ipython
- matplotlib
- - pyobjc-core ==3.0.4 [osx and py27]
- - pyobjc-framework-cocoa ==3.0.4 [osx and py27]
- - pyobjc-framework-quartz ==3.0.4 [osx and py27]
- - pyobjc-core ==3.1.1 [osx and py3k]
- - pyobjc-framework-cocoa ==3.1.1 [osx and py3k]
- - pyobjc-framework-quartz ==3.1.1 [osx and py3k]
+ - pyobjc-core >=3.0.4 [osx]
+ - pyobjc-framework-cocoa >=3.0.4 [osx]
+ - pyobjc-framework-quartz >=3.0.4 [osx]
- stsci.tools
- setuptools
- numpy x.x
@@ -31,12 +28,9 @@ requirements:
- astropy >=1.1
- ipython
- matplotlib
- - pyobjc-core ==3.0.4 [osx and py27]
- - pyobjc-framework-cocoa ==3.0.4 [osx and py27]
- - pyobjc-framework-quartz ==3.0.4 [osx and py27]
- - pyobjc-core ==3.1.1 [osx and py3k]
- - pyobjc-framework-cocoa ==3.1.1 [osx and py3k]
- - pyobjc-framework-quartz ==3.1.1 [osx and py3k]
+ - pyobjc-core >=3.0.4 [osx]
+ - pyobjc-framework-cocoa >=3.0.4 [osx]
+ - pyobjc-framework-quartz >=3.0.4 [osx]
- stsci.tools
- numpy x.x
- python x.x