diff --git a/conda/numexpr/bld.bat b/conda/numexpr/bld.bat deleted file mode 100644 index 87b1481d..00000000 --- a/conda/numexpr/bld.bat +++ /dev/null @@ -1,8 +0,0 @@ -"%PYTHON%" setup.py install -if errorlevel 1 exit 1 - -:: Add more build steps here, if they are necessary. - -:: See -:: http://docs.continuum.io/conda/build.html -:: for a list of environment variables that are set during the build process. diff --git a/conda/numexpr/build.sh b/conda/numexpr/build.sh deleted file mode 100644 index 4d7fc032..00000000 --- a/conda/numexpr/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -$PYTHON setup.py install - -# Add more build steps here, if they are necessary. - -# See -# http://docs.continuum.io/conda/build.html -# for a list of environment variables that are set during the build process. diff --git a/conda/numexpr/meta.yaml b/conda/numexpr/meta.yaml deleted file mode 100644 index f712ab3c..00000000 --- a/conda/numexpr/meta.yaml +++ /dev/null @@ -1,22 +0,0 @@ -package: - name: numexpr - version: "2.4.6" - -source: - fn: numexpr-2.4.6.tar.gz - url: https://pypi.python.org/packages/source/n/numexpr/numexpr-2.4.6.tar.gz - md5: 17ac6fafc9ea1ce3eb970b9abccb4fbd - -requirements: - build: - - python - - numpy x.x - - run: - - python - - numpy x.x - -test: - # Python imports - imports: - - numexpr diff --git a/etc/requirements.txt b/etc/requirements.txt index 70b47a50..3885f793 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -43,7 +43,7 @@ decorator==4.0.0 networkx==1.9.1 # NumericalExpression pipeline terms. -numexpr==2.4.6 +numexpr==2.6.1 # On disk storage format for pipeline data. bcolz==0.12.1