diff --git a/assets/training/model_evaluation/environment/context/conda.yaml b/assets/training/model_evaluation/environment/context/conda.yaml index 1fc0871f86..53f30c03a3 100644 --- a/assets/training/model_evaluation/environment/context/conda.yaml +++ b/assets/training/model_evaluation/environment/context/conda.yaml @@ -36,4 +36,8 @@ dependencies: - pydantic=={{latest-pypi-version}} - mteb=={{latest-pypi-version}} - setuptools>=70.0.0 - - rouge>=1.0.0,<2.0.0 \ No newline at end of file + - rouge>=1.0.0,<2.0.0 + # batch score dependencies + - opencensus-ext-azure=={{latest-pypi-version}} + - StrEnum=={{latest-pypi-version}} + - pyDispatcher=={{latest-pypi-version}}