Skip to content

Commit

Permalink
Remove python constraints for custreamz and cudf_kafka
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Jan 18, 2022
1 parent ca77542 commit d26f521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cudf_kafka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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 @@ -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
Expand Down

0 comments on commit d26f521

Please sign in to comment.