Skip to content

Commit d360198

Browse files
dtzareedorenko
authored andcommitted
bump pip requirements versions (#104)
1 parent 50536c5 commit d360198

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

environment_setup/docker-image-pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resources:
22
- repo: self
33

4-
queue:
5-
name: Hosted Ubuntu 1604
4+
pool:
5+
vmImage: 'ubuntu-latest'
66

77
trigger:
88
branches:
@@ -24,6 +24,8 @@ steps:
2424
command: buildAndPush
2525
containerRegistry: '$(containerRegistry)'
2626
repository: '$(imageName)'
27-
tags: 'latest'
27+
tags: |
28+
$(Build.BuildNumber)
29+
latest
2830
buildContext: '$(Build.SourcesDirectory)'
2931
dockerFile: '$(Build.SourcesDirectory)/environment_setup/Dockerfile'

environment_setup/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
pytest==4.3.0
1+
pytest>=5.3
22
requests>=2.22
3-
azureml>=0.2
3+
numpy>=1.17
4+
pandas>=0.25
45
azureml-sdk>=1.0
56
python-dotenv>=0.10.3
6-
flake8
7+
flake8>=3.7
78
flake8_formatter_junit_xml
8-
azure-cli==2.0.71
9+
azure-cli==2.0.76

0 commit comments

Comments
 (0)