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 --- pytools/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pytools') diff --git a/pytools/meta.yaml b/pytools/meta.yaml index 4245dc7..1f4f8f0 100644 --- a/pytools/meta.yaml +++ b/pytools/meta.yaml @@ -3,7 +3,7 @@ about: license: MIT summary: A collection of tools for Python build: - number: '0' + number: '1' package: name: pytools version: '2016.1' @@ -12,14 +12,14 @@ requirements: - decorator >=3.2.0 - appdirs >=1.4.0 - six >=1.8.0 - - numpy >=1.6.0 - setuptools + - numpy x.x - python x.x run: - decorator >=3.2.0 - appdirs >=1.4.0 - six >=1.8.0 - - numpy >=1.6.0 + - numpy x.x - python x.x source: fn: pytools-2016.1.tar.gz -- cgit