From 02ced6e7a58253f50876187efbcf05e3b91d2e9a Mon Sep 17 00:00:00 2001 From: yuchenz427 <134643420+yuchenz427@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:01:32 -0800 Subject: [PATCH] Adding missing dependency on `pydantic` (#1535) Adding missing dependency on pydantic ## 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: - https://github.com/yuchenz427 Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: https://github.com/nv-morpheus/Morpheus/pull/1535 --- conda/environments/all_cuda-121_arch-x86_64.yaml | 1 + conda/environments/dev_cuda-121_arch-x86_64.yaml | 1 + conda/environments/examples_cuda-121_arch-x86_64.yaml | 1 + conda/environments/runtime_cuda-121_arch-x86_64.yaml | 1 + dependencies.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/conda/environments/all_cuda-121_arch-x86_64.yaml b/conda/environments/all_cuda-121_arch-x86_64.yaml index 28bdaa6fd9..4d18afbac2 100644 --- a/conda/environments/all_cuda-121_arch-x86_64.yaml +++ b/conda/environments/all_cuda-121_arch-x86_64.yaml @@ -78,6 +78,7 @@ dependencies: - pre-commit - protobuf=4.24 - pybind11-stubgen=0.10.5 +- pydantic - pylint=3.0.3 - pypdf=3.17.4 - pytest-asyncio diff --git a/conda/environments/dev_cuda-121_arch-x86_64.yaml b/conda/environments/dev_cuda-121_arch-x86_64.yaml index f88cc79f93..124fc59e17 100644 --- a/conda/environments/dev_cuda-121_arch-x86_64.yaml +++ b/conda/environments/dev_cuda-121_arch-x86_64.yaml @@ -60,6 +60,7 @@ dependencies: - pre-commit - protobuf=4.24 - pybind11-stubgen=0.10.5 +- pydantic - pylint=3.0.3 - pytest-asyncio - pytest-benchmark=4.0 diff --git a/conda/environments/examples_cuda-121_arch-x86_64.yaml b/conda/environments/examples_cuda-121_arch-x86_64.yaml index ad2315d91c..ba479b45f9 100644 --- a/conda/environments/examples_cuda-121_arch-x86_64.yaml +++ b/conda/environments/examples_cuda-121_arch-x86_64.yaml @@ -39,6 +39,7 @@ dependencies: - openai=1.13 - papermill=2.4.0 - pip +- pydantic - pypdf=3.17.4 - python-confluent-kafka>=1.9.2,<1.10.0a0 - python-graphviz diff --git a/conda/environments/runtime_cuda-121_arch-x86_64.yaml b/conda/environments/runtime_cuda-121_arch-x86_64.yaml index fb388052a6..7593e4a951 100644 --- a/conda/environments/runtime_cuda-121_arch-x86_64.yaml +++ b/conda/environments/runtime_cuda-121_arch-x86_64.yaml @@ -22,6 +22,7 @@ dependencies: - numpydoc=1.5 - nvtabular=23.08.00 - pip +- pydantic - python-confluent-kafka>=1.9.2,<1.10.0a0 - python-graphviz - python=3.10 diff --git a/dependencies.yaml b/dependencies.yaml index e3dbdf55ea..2d243c4e47 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -256,6 +256,7 @@ dependencies: - mlflow=2.9.2 - networkx=2.8.8 - nvtabular=23.08.00 + - pydantic - python-confluent-kafka>=1.9.2,<1.10.0a0 - python-graphviz - pytorch-cuda