summaryrefslogtreecommitdiff
path: root/pyneb
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:05:56 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:05:56 -0400
commit767da1fa23b846f87a72bdbd3e496fb97a274ed9 (patch)
treee47a3e5b6340d670313eaa30eb75d76ca5766cdb /pyneb
parent1036d8a1201d335288dd6c426c3e146dfd2750b0 (diff)
downloadastroconda-dev-767da1fa23b846f87a72bdbd3e496fb97a274ed9.tar.gz
General dependency fixes
Diffstat (limited to 'pyneb')
-rw-r--r--pyneb/meta.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml
index 86a4ff6..212e0bb 100644
--- a/pyneb/meta.yaml
+++ b/pyneb/meta.yaml
@@ -1,3 +1,4 @@
+{% set badname = 'PyNeb' %}
{% set name = 'pyneb' %}
{% set version = '1.0.14' %}
{% set number = '0' %}
@@ -15,20 +16,20 @@ requirements:
build:
- astropy
- matplotlib
- - numpy >=1.5.1
+ - numpy x.x
- scipy
- setuptools
- python x.x
run:
- astropy
- matplotlib
- - numpy >=1.5.1
+ - numpy x.x
- scipy
- python x.x
source:
- fn: {{ name }}-{{ version }}.tar.gz
+ fn: {{ badname }}-{{ version }}.tar.gz
url:
- - https://pypi.python.org/packages/source/P/pyneb
+ - https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz
test:
imports:
- pyneb