Skip to content

Commit

Permalink
Bump datumaro version to 1.6.0rc1 (#2784)
Browse files Browse the repository at this point in the history
* bump datumaro version to 1.6.0rc1

* remove rust toolchain installation step from workflows
  • Loading branch information
yunchu authored Jan 12, 2024
1 parent be3061e commit d906d5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Installing Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -54,8 +52,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Installing Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_in_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Installing Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ natsort==8.1.*
prettytable==3.9.*
protobuf==3.20.*
pyyaml
datumaro @ git+https://github.com/openvinotoolkit/datumaro/@3782380de8788dabd32eb18e872d4d075f934e8e#egg=datumaro
datumaro==1.6.0rc1
psutil==5.9.*
scipy==1.10.*
bayesian-optimization==1.4.*
Expand Down

0 comments on commit d906d5b

Please sign in to comment.