Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/twine-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Feb 27, 2024
2 parents 5269c06 + 6efdada commit 668afa8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cancel-in-progress: true
runs-on: ["otx-gpu-v100-1"]
container:
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04
options: --runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=24g
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_in_tox_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# https://github.com/orgs/community/discussions/11692
runs-on: ${{ fromJson(inputs.runs-on) }}
container:
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04
options: ${{ inputs.container-options }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0
numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime
omegaconf>=2.1.1
opencv-python>=4.5
pymongo==4.5.*
pymongo==4.6.*
scikit-learn==1.3.*
Shapely>=1.7.1,<=1.8.0
imagesize==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest==7.4.*
coverage==7.3.*
pytest-timeout==2.2.*
pytest-mock==3.12.*
onnx==1.13.0
onnx==1.15.0
onnxruntime==1.14.1
pytest-csv==3.0.*
tox==4.11.*
Expand Down

0 comments on commit 668afa8

Please sign in to comment.