File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ outputs:
5151 - cmake =3.27
5252 - ninja =1.11
5353 - pkg-config =0.29
54- - sysroot_linux-64 =2.28
54+ - sysroot_linux-64> =2.28
5555 host :
5656 # CUDA dependencies
5757 - cuda-cudart-dev {{ cuda_compiler_version }}.*
@@ -84,8 +84,8 @@ outputs:
8484 - click >=8
8585 - cuda-version {{ cuda_compiler_version }}.*
8686 - cudf
87- - cupy # Version determined from cudf
88- - datacompy =0.10.*
87+ - cupy <13.4
88+ - datacompy =0.13.1
8989 - dill =0.3.7
9090 - docker-py =5.0.*
9191 - elasticsearch ==8.9.0
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ cmake -B ${BUILD_DIR} \
5656# Build the components
5757cmake --build ${BUILD_DIR} -j${PARALLEL_LEVEL:- $(nproc)} --target install
5858
59- # Install the mprpheus dfp python wheel components
59+ # Install the morpheus dfp python wheel components
6060${PYTHON} -m pip install -vv ${BUILD_DIR} /python/morpheus_dfp/dist/* .whl
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ outputs:
9090 - click >=8
9191 - cuda-version {{ cuda_compiler_version }}.*
9292 - cudf
93- - cupy # Version determined from cudf
94- - datacompy =0.10.*
93+ - cupy <13.4
94+ - datacompy =0.13.1
9595 - dill =0.3.7
9696 - docker-py =5.0.*
9797 - elasticsearch ==8.9.0
You can’t perform that action at this time.
0 commit comments