From 0906ad1193b3a3f5cc9fc62e6e9073af3071e525 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Thu, 17 Sep 2020 21:37:20 -0700 Subject: [PATCH] Require Cython 0.29.17+ This is needed for `std::move` support for C++ used by some libraries in RAPIDS. https://github.com/cython/cython/commit/097e2be1dfc208f29f1954db706b8fb396dd0b4d --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index e4b381fb..a83b0ff2 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -42,7 +42,7 @@ cmake_setuptools_version: cupy_version: - '>=7.1.0,<8.0.0a0' cython_version: - - '>=0.29.14,<0.30' + - '>=0.29.17,<0.30' dask_version: - '>=2.23.0' datashader_version: