Skip to content

Commit f0ffc07

Browse files
authored
Pin mlflow version to avoid breaking changes in v2.18 (nv-morpheus#2067)
Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: nv-morpheus#2067
1 parent a0996e8 commit f0ffc07

5 files changed

+5
-5
lines changed

conda/environments/all_cuda-125_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies:
6666
- libtool
6767
- libwebp=1.3.2
6868
- libzlib >=1.3.1,<2
69-
- mlflow
69+
- mlflow>=2.10.0,<2.18
7070
- mrc=24.10
7171
- myst-parser=0.18.1
7272
- nbsphinx

conda/environments/dev_cuda-125_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies:
5656
- libtool
5757
- libwebp=1.3.2
5858
- libzlib >=1.3.1,<2
59-
- mlflow
59+
- mlflow>=2.10.0,<2.18
6060
- mrc=24.10
6161
- myst-parser=0.18.1
6262
- nbsphinx

conda/environments/examples_cuda-125_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- jsonpatch>=1.33
3030
- kfp
3131
- libwebp=1.3.2
32-
- mlflow
32+
- mlflow>=2.10.0,<2.18
3333
- mrc=24.10
3434
- networkx=2.8.8
3535
- newspaper3k=0.2

conda/environments/runtime_cuda-125_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- grpcio
2727
- grpcio-status
2828
- libwebp=1.3.2
29-
- mlflow
29+
- mlflow>=2.10.0,<2.18
3030
- mrc=24.10
3131
- networkx=2.8.8
3232
- numpydoc=1.5

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ dependencies:
376376
- grpcio
377377
- grpcio-status
378378
# - libwebp=1.3.2 # Required for CVE mitigation: https://nvd.nist.gov/vuln/detail/CVE-2023-4863 ##
379-
- mlflow #>=2.10.0,<3
379+
- mlflow>=2.10.0,<2.18 # Pin version to avoid breaking change in 2.18 to thread local variable code commit id: 5541888
380380
- mrc=24.10
381381
- networkx=2.8.8
382382
- numpydoc=1.5

0 commit comments

Comments
 (0)