Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.*