Skip to content

Commit

Permalink
Revert rmm/fmt/spdlog dependency changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 11, 2023
1 parent 218992e commit 807651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions conda/recipes/libcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
# - librmm ={{ minor_version }}
- librmm ={{ minor_version }}
- libkvikio ={{ minor_version }}
{% if cuda_major == "11" %}
- cudatoolkit
Expand Down Expand Up @@ -103,7 +103,7 @@ outputs:
{% endif %}
- cuda-version {{ cuda_spec }}
- nvcomp {{ nvcomp_version }}
# - librmm ={{ minor_version }}
- librmm ={{ minor_version }}
- libkvikio ={{ minor_version }}
- dlpack {{ dlpack_version }}
- gtest {{ gtest_version }}
Expand Down Expand Up @@ -177,8 +177,6 @@ outputs:
- cuda-nvtx-dev
{% endif %}
- cuda-version ={{ cuda_version }}
- fmt {{ fmt_version }}
- spdlog {{ spdlog_version }}
run:
- {{ pin_subpackage('libcudf', exact=True) }}
about:
Expand Down Expand Up @@ -222,8 +220,6 @@ outputs:
- benchmark {{ gbench_version }}
- gtest {{ gtest_version }}
- gmock {{ gtest_version }}
- fmt {{ fmt_version }}
- spdlog {{ spdlog_version }}
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down
2 changes: 0 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ dependencies:
- *cmake_ver
- maven
- openjdk=8.*
- fmt>=9.1.0,<10
- spdlog>=1.11.0,<1.12
test_python_common:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 807651b

Please sign in to comment.