From f02d4f973069f711a252f46c434b0eb2ccd6c26c Mon Sep 17 00:00:00 2001 From: Kurt Smith Date: Mon, 4 Apr 2016 14:38:48 -0500 Subject: [PATCH] Tweaks to dep versions; disable pymongo testing on windows during build. --- conda.recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 4f547f9b..2c82dcaf 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -13,7 +13,7 @@ source: requirements: build: - python - - datashape >=0.4.6 + - datashape >=0.5.0 - numpy >=1.7 - pandas >=0.15.0 - toolz >=0.7.3 @@ -36,7 +36,7 @@ test: - pytables >=3.0.0 - sqlalchemy >=0.8.0 - bcolz - - pymongo >=2.8,<3 # [not py35] + - pymongo >=2.8,<3 # [not (py35 or win)] - dask - paramiko - sqlite3 # [win]