summaryrefslogtreecommitdiff
path: root/pytools
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 /pytools
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 'pytools')
-rw-r--r--pytools/meta.yaml6
1 files changed, 3 insertions, 3 deletions
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