Skip to content

Commit

Permalink
Update CI conda deps to match training/scoring SDK (microsoft#263)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
tcare authored Apr 13, 2020
1 parent 506d557 commit d0e91cf
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions diabetes_regression/ci_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@ name: mlopspython_ci

dependencies:
# The python interpreter version.
- python=3.7.5
- python=3.7.*

# dependencies with versions aligned with conda_dependencies.yml.
- numpy=1.18.1
- pandas=1.0.0
- scikit-learn=0.22.1
- numpy=1.18.*
- pandas=1.0.*
- scikit-learn=0.22.*
# dependencies for MLOps with R.
- r=3.6.0
- r-essentials=3.6.0

- pip=20.0.2
- pip=20.0.*

- pip:
# dependencies with versions aligned with conda_dependencies.yml.
- azureml-sdk==1.1.5.1
- azureml-sdk==1.2.*

# Additional pip dependencies for the CI environment.
- pytest==5.3.1
- pytest-cov==2.8.1
- requests==2.22.0
- python-dotenv==0.10.3
- flake8==3.7.9
- flake8_formatter_junit_xml==0.0.6
- azure-cli==2.2.0
- pytest==5.4.*
- pytest-cov==2.8.*
- requests==2.23.*
- python-dotenv==0.12.*
- flake8==3.7.*
- flake8_formatter_junit_xml==0.0.*
- azure-cli==2.3.*

0 comments on commit d0e91cf

Please sign in to comment.