Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CI fails in check-style process in a PR to branch-23.08 #1551

Closed
enp1s0 opened this issue May 29, 2023 · 2 comments
Closed

[BUG] CI fails in check-style process in a PR to branch-23.08 #1551

enp1s0 opened this issue May 29, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@enp1s0
Copy link
Member

enp1s0 commented May 29, 2023

Describe the bug
An error occurs in check-style process.
Is the update of file dependencies.yaml forgotten?

Error

diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml
index c344128e..b53ad437 100644
--- a/python/pylibraft/pyproject.toml
+++ b/python/pylibraft/pyproject.toml
@@ -19,7 +19,7 @@ requires = [
     "cuda-python>=11.7.1,<12.0",
     "cython>=0.29,<0.30",
     "ninja",
-    "rmm==23.8.*",
+    "rmm==23.6.*",
     "scikit-build>=0.13.1,<0.17.2",
     "setuptools",
     "wheel",
@@ -39,7 +39,7 @@ requires-python = ">=3.9"
 dependencies = [
     "cuda-python>=11.7.1,<12.0",
     "numpy>=1.21",
-    "rmm==23.8.*",
+    "rmm==23.6.*",
 ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
 classifiers = [
     "Intended Audience :: Developers",
diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml
index bb703238..9957bf9d 100644
--- a/python/raft-dask/pyproject.toml
+++ b/python/raft-dask/pyproject.toml
@@ -34,14 +34,14 @@ authors = [
 license = { text = "Apache 2.0" }
 requires-python = ">=3.9"
 dependencies = [
-    "dask-cuda==23.8.*",
+    "dask-cuda==23.6.*",
     "dask==[202](https://github.com/rapidsai/raft/actions/runs/5111102229/jobs/9187695753?pr=1550#step:6:203)3.3.2",
     "distributed==2023.3.2.1",
     "joblib>=0.11",
     "numba>=0.49",
     "numpy>=1.21",
-    "pylibraft==23.8.*",
-    "ucx-py==0.33.*",
+    "pylibraft==23.6.*",
+    "ucx-py=0.33.*",
 ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

rel: https://github.com/rapidsai/raft/actions/runs/5111102229/jobs/9187695753?pr=1550

dependencies.yaml

- &rmm rmm==23.6.*

- dask-cuda==23.6.*

- pylibraft==23.6.*

@enp1s0 enp1s0 added the bug Something isn't working label May 29, 2023
@enp1s0
Copy link
Member Author

enp1s0 commented May 29, 2023

@cjnolet Do you have any insight into what causes the error?

@enp1s0
Copy link
Member Author

enp1s0 commented May 31, 2023

#1556 will solve this issue.

@enp1s0 enp1s0 changed the title [BUG] GitHub Action fails in check-style process in a PR to branch-23.08 [BUG] CI fails in check-style process in a PR to branch-23.08 May 31, 2023
@enp1s0 enp1s0 closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant