Skip to content

Commit 2ca4c64

Browse files
committed
Align versions for packaging
Signed-off-by: Will Killian <[email protected]>
1 parent 804fa86 commit 2ca4c64

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/conda/recipes/morpheus-libs/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ci/conda/recipes/morpheus-libs/morpheus_dfp_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ cmake -B ${BUILD_DIR} \
5656
# Build the components
5757
cmake --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

ci/conda/recipes/morpheus/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)