Skip to content

Commit

Permalink
Simplify custreamz and cudf_kafka recipes files (#10065)
Browse files Browse the repository at this point in the history
Adding build string constraints with Python version is not required for `python-confluent-kafka` dependency as the python version is fixed during conda build with `--python` flag

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #10065
  • Loading branch information
jjacobelli authored Jan 20, 2022
1 parent 6bbe2e8 commit ab752d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cudf_kafka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
run:
- python
- libcudf_kafka {{ version }}
- python-confluent-kafka >=1.7.0,<1.8.0a0=py{{ py_version_numeric }}*
- python-confluent-kafka >=1.7.0,<1.8.0a0
- cudf {{ version }}

test: # [linux64]
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/custreamz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ build:
requirements:
host:
- python
- python-confluent-kafka >=1.7.0,<1.8.0a0=py{{ py_version_numeric }}*
- python-confluent-kafka >=1.7.0,<1.8.0a0
- cudf_kafka {{ version }}
run:
- python
- streamz
- cudf {{ version }}
- dask>=2021.11.1,<=2021.11.2
- distributed>=2021.11.1,<=2021.11.2
- python-confluent-kafka >=1.7.0,<1.8.0a0=py{{ py_version_numeric }}*
- python-confluent-kafka >=1.7.0,<1.8.0a0
- cudf_kafka {{ version }}

test: # [linux64]
Expand Down

0 comments on commit ab752d4

Please sign in to comment.