diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index cbee64b..b28e5f3 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -14,5 +14,5 @@ jobs: permissions: write-all with: project_name: 'model_manager' - repositories: 'sientia-dataops-library' + repositories: 'sientia-dataops-library,sientia-model-library' secrets: inherit diff --git a/requirements-local.txt b/requirements-local.txt index 21cd8ec..b2a97a5 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -4,7 +4,7 @@ sqlalchemy==2.0.49 boto3==1.42.70 botocore==1.42.70 git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.11.0 -git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.7.4 +git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.7.5 prometheus-client==0.23.1 beautifulsoup4==4.12.3 evidently==0.4.39 diff --git a/requirements.txt b/requirements.txt index 0204866..832e82d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ sqlalchemy==2.0.49 boto3==1.42.70 botocore==1.42.70 sientia_do==1.11.0 -sientia_model==0.7.4 +sientia_model==0.7.5 prometheus-client==0.23.1 beautifulsoup4==4.12.3 evidently==0.4.39