Skip to content

Commit

Permalink
Updating versions for v25.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 27, 2025
1 parent 8ce2ac3 commit def2b63
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "external/morpheus-visualizations"]
path = external/morpheus-visualizations
url = https://github.com/nv-morpheus/morpheus-visualizations.git
branch = branch-25.02
branch = branch-25.06
[submodule "external/utilities"]
path = external/utilities
url = https://github.com/nv-morpheus/utilities.git
branch = branch-25.02
branch = branch-25.06
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ morpheus_utils_initialize_cuda_arch(morpheus)
# Note intentionally excluding CUDA from the LANGUAGES list allowing us to set some clang specific settings later when
# we call morpheus_utils_enable_cuda()
project(morpheus
VERSION 25.02.00
VERSION 25.06.00
LANGUAGES C CXX
)

Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ dependencies:
- libcudf=24.10
- librdkafka>=1.9.2,<1.10.0a0
- libzlib >=1.3.1,<2
- mrc=25.02
- mrc=25.06
- nlohmann_json=3.11
- pybind11-stubgen=0.10.5
- pylibcudf=24.10
Expand Down Expand Up @@ -394,7 +394,7 @@ dependencies:
- grpcio-status
# - libwebp=1.3.2 # Required for CVE mitigation: https://nvd.nist.gov/vuln/detail/CVE-2023-4863 ##
- mlflow>=2.10.0,<2.18 # Pin version to avoid breaking change in 2.18 to thread local variable code commit id: 5541888
- mrc=25.02
- mrc=25.06
- networkx=2.8.8
- numpydoc=1.5
- pydantic
Expand Down Expand Up @@ -509,7 +509,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- morpheus-dfp=25.02
- morpheus-dfp=25.06
- tini=0.19
- pip:
- *torch-extra-index
Expand Down
2 changes: 1 addition & 1 deletion external/utilities
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ repos:
sub_dir: python/morpheus
git:
host: github
tag: branch-25.02
tag: branch-25.06
upstream: nv-morpheus
repo: morpheus

0 comments on commit def2b63

Please sign in to comment.