Skip to content

Commit

Permalink
Align versions for packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <[email protected]>
  • Loading branch information
willkill07 committed Mar 5, 2025
1 parent 804fa86 commit 2ca4c64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ci/conda/recipes/morpheus-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ outputs:
- cmake =3.27
- ninja =1.11
- pkg-config =0.29
- sysroot_linux-64 =2.28
- sysroot_linux-64>=2.28
host:
# CUDA dependencies
- cuda-cudart-dev {{ cuda_compiler_version }}.*
Expand Down Expand Up @@ -84,8 +84,8 @@ outputs:
- click >=8
- cuda-version {{ cuda_compiler_version }}.*
- cudf
- cupy # Version determined from cudf
- datacompy =0.10.*
- cupy <13.4
- datacompy =0.13.1
- dill =0.3.7
- docker-py =5.0.*
- elasticsearch ==8.9.0
Expand Down
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus-libs/morpheus_dfp_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ cmake -B ${BUILD_DIR} \
# Build the components
cmake --build ${BUILD_DIR} -j${PARALLEL_LEVEL:-$(nproc)} --target install

# Install the mprpheus dfp python wheel components
# Install the morpheus dfp python wheel components
${PYTHON} -m pip install -vv ${BUILD_DIR}/python/morpheus_dfp/dist/*.whl
4 changes: 2 additions & 2 deletions ci/conda/recipes/morpheus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ outputs:
- click >=8
- cuda-version {{ cuda_compiler_version }}.*
- cudf
- cupy # Version determined from cudf
- datacompy =0.10.*
- cupy <13.4
- datacompy =0.13.1
- dill =0.3.7
- docker-py =5.0.*
- elasticsearch ==8.9.0
Expand Down

0 comments on commit 2ca4c64

Please sign in to comment.