Skip to content

Commit d0e91cf

Browse files
authored
Update CI conda deps to match training/scoring SDK (#263)
- Tied SDK version to 1.2.x as with conda_dependencies.yml - Lock versions to point updates - Kept the rest of the deps manually specified to keep image size small and minimize regressions
1 parent 506d557 commit d0e91cf

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

diabetes_regression/ci_dependencies.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@ name: mlopspython_ci
22

33
dependencies:
44
# The python interpreter version.
5-
- python=3.7.5
5+
- python=3.7.*
66

77
# dependencies with versions aligned with conda_dependencies.yml.
8-
- numpy=1.18.1
9-
- pandas=1.0.0
10-
- scikit-learn=0.22.1
8+
- numpy=1.18.*
9+
- pandas=1.0.*
10+
- scikit-learn=0.22.*
1111
# dependencies for MLOps with R.
1212
- r=3.6.0
1313
- r-essentials=3.6.0
1414

15-
- pip=20.0.2
15+
- pip=20.0.*
16+
1617
- pip:
1718
# dependencies with versions aligned with conda_dependencies.yml.
18-
- azureml-sdk==1.1.5.1
19+
- azureml-sdk==1.2.*
1920

2021
# Additional pip dependencies for the CI environment.
21-
- pytest==5.3.1
22-
- pytest-cov==2.8.1
23-
- requests==2.22.0
24-
- python-dotenv==0.10.3
25-
- flake8==3.7.9
26-
- flake8_formatter_junit_xml==0.0.6
27-
- azure-cli==2.2.0
22+
- pytest==5.4.*
23+
- pytest-cov==2.8.*
24+
- requests==2.23.*
25+
- python-dotenv==0.12.*
26+
- flake8==3.7.*
27+
- flake8_formatter_junit_xml==0.0.*
28+
- azure-cli==2.3.*

0 commit comments

Comments
 (0)