We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520db4d commit 68988d4Copy full SHA for 68988d4
.github/workflows/scripts/build.sh
@@ -8,7 +8,7 @@ PATH=${cuda_home}/bin:$PATH
8
LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
9
10
# Install requirements
11
-$python_executable -m pip install wheel packaging
+$python_executable -m pip install wheel packaging 'setuptools-scm>=8'
12
$python_executable -m pip install -r requirements-cuda.txt
13
14
# Limit the number of parallel jobs to avoid OOM
0 commit comments