From 90eb671b2054b89a69525edc80add7dd3378f890 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 Jun 2016 17:03:41 -0400 Subject: 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 --- pyneb/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyneb') diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml index cb7f823..a979994 100644 --- a/pyneb/meta.yaml +++ b/pyneb/meta.yaml @@ -3,7 +3,7 @@ about: license: Unknown summary: A modern python tool to compute emission line emissivities build: - number: '0' + number: '1' package: name: pyneb version: 1.0.14 @@ -11,15 +11,15 @@ requirements: build: - astropy - matplotlib - - numpy >=1.5.1 - scipy - setuptools + - numpy x.x - python x.x run: - astropy - matplotlib - - numpy >=1.5.1 - scipy + - numpy x.x - python x.x source: fn: pyneb-1.0.14.tar.gz -- cgit