diff --git a/conda/recipes/cudf_kafka/meta.yaml b/conda/recipes/cudf_kafka/meta.yaml index 571d1bdea8f..acb56c464e4 100644 --- a/conda/recipes/cudf_kafka/meta.yaml +++ b/conda/recipes/cudf_kafka/meta.yaml @@ -27,13 +27,13 @@ requirements: build: - cmake >=3.20.1 host: - - python {{ py_version }} + - python - cython >=0.29,<0.30 - cudf {{ version }} - libcudf_kafka {{ version }} - setuptools run: - - python {{ py_version }} + - python - libcudf_kafka {{ version }} - python-confluent-kafka >=1.7.0,<1.8.0a0=py{{ py_version_numeric }}* - cudf {{ version }} diff --git a/conda/recipes/custreamz/meta.yaml b/conda/recipes/custreamz/meta.yaml index 7d9529257e6..8bcdd1ec61e 100644 --- a/conda/recipes/custreamz/meta.yaml +++ b/conda/recipes/custreamz/meta.yaml @@ -25,11 +25,11 @@ build: requirements: host: - - python {{ py_version }} + - python - python-confluent-kafka >=1.7.0,<1.8.0a0=py{{ py_version_numeric }}* - cudf_kafka {{ version }} run: - - python {{ py_version }} + - python - streamz - cudf {{ version }} - dask>=2021.11.1,<=2021.11.2