chore: update sientia-model-library version in requirements files
- Upgraded sientia-model-library from version 0.7.4 to 0.7.5 in both requirements-local.txt and requirements.txt. - Modified quality-gate.yml to include sientia-model-library in the repositories list for improved CI/CD integration.
This commit is contained in:
2
.github/workflows/quality-gate.yml
vendored
2
.github/workflows/quality-gate.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user