Skip to content

Commit

Permalink
try pinning pip
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jul 24, 2023
1 parent b362cdf commit 724f4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup tools
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip<=23.1.2
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=6.13.0"
Expand Down
3 changes: 2 additions & 1 deletion responsibleai_vision/requirements-automl.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
opencv-python==4.3.0.36
azureml-automl-dnn-vision>=1.47.0
azureml-automl-dnn-vision>=1.47.0
pycocotools==2.0.6

0 comments on commit 724f4aa

Please sign in to comment.