Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 14, 2025
1 parent ba3387f commit 1f9ac89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_wheel_cuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LIBCUML_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="libcuml_${RAPIDS_PY_CUDA_SUFFIX}" rap
source ./ci/use_wheels_from_prs.sh

cat >> ./constraints.txt <<EOF
libcuml-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo ${LIBCUGRAPH_WHEELHOUSE}/libcuml_*.whl)
libcuml-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo ${LIBCUML_WHEELHOUSE}/libcuml_*.whl)
EOF

# Using env variable PIP_CONSTRAINT is necessary to ensure the constraints
Expand Down
2 changes: 1 addition & 1 deletion python/libcuml/libcuml/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ def load_library():

# The caller almost never needs to do anything with these libraries, but no
# harm in offering the option since these objects at least provide handles
# to inspect where libcugraph was loaded from.
# to inspect where libcuml was loaded from.

return libs_to_return

0 comments on commit 1f9ac89

Please sign in to comment.