From 2806efb257fd6eced8ce38ff91904ecdc0d23a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Sat, 14 Dec 2019 22:42:02 +0100 Subject: [PATCH 1/2] Add setuptools dependency --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 908ab83..f20d69f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: build: noarch: python - number: 0 + number: 1 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: @@ -21,6 +21,7 @@ requirements: - python >=3.6 - numpy >=1.14 - pandas >=0.24 + - setuptools test: imports: From cb7d72f32f1e5d7bd36f7f6620f78cbfbc5b95fe Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Sat, 14 Dec 2019 21:45:30 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.5, and conda-forge-pinning 2019.12.02 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d723996..6a047c1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ A feedstock is made up of a conda recipe (the instructions on what and how to bu the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by [CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/) -and [TravisCI](https://travis-ci.org/) it is possible to build and upload installable +and [TravisCI](https://travis-ci.com/) it is possible to build and upload installable packages to the [conda-forge](https://anaconda.org/conda-forge) [Anaconda-Cloud](https://anaconda.org/) channel for Linux, Windows and OSX respectively.