Skip to content

Commit

Permalink
remove pycocotools pin
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jul 24, 2023
1 parent d7b9d94 commit 0426e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Setup tools
shell: bash -l {0}
# automl requirements currently install pycocotools as a dependency, which fails to build properly with pip==23.2, so until that is fixed, we need to pin pip to 23.1.2
run: |
python -m pip install pip==23.1.2
pip install --upgrade setuptools
Expand Down
3 changes: 1 addition & 2 deletions responsibleai_vision/requirements-automl.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
opencv-python==4.3.0.36
azureml-automl-dnn-vision>=1.47.0
pycocotools==2.0.6
azureml-automl-dnn-vision>=1.47.0

0 comments on commit 0426e6c

Please sign in to comment.