Skip to content

Commit

Permalink
CI: Block cupnumeric versionrange to have passing CI for now
Browse files Browse the repository at this point in the history
Presumably rc2 (or the release) will have a fix, but I need to
start merging some things and CI passing so...

Signed-off-by: Sebastian Berg <[email protected]>
  • Loading branch information
seberg committed Jan 29, 2025
1 parent 0ed6d65 commit c4f551f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions conda/recipes/legate-dataframe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ cuda11_compiler:
legate_version:
- "=25.01.*,>=0.0.0.dev0"

# TODO: The != temporary blocklist cupynumeric versions
# using cupynumeric, because it is fewer versions to block.
cupynumeric_version:
- "=25.01.*,>=0.0.0.dev0,!=62,!=61,!=60,!=rc1"

rapids_version:
- =24.12.*
4 changes: 2 additions & 2 deletions conda/recipes/legate-dataframe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.

{% set pyproject_data = load_file_data("python/pyproject.toml") %}
{% set version = environ['LEGATEDATAFRAME_PACKAGE_VERSION'] %}
Expand Down Expand Up @@ -60,7 +60,7 @@ requirements:
# Only to ensure a nightly legate version we pick up
# is compatible with an existing cupynumeric version.
# (may also stabilize not using debug/sanitizer builds)
- cupynumeric
- cupynumeric {{ cupynumeric_version }}
- python
- pip
- cython >=3.0.3
Expand Down

0 comments on commit c4f551f

Please sign in to comment.