Skip to content

Commit 384173b

Browse files
committed
Merge github/main (dependabot squash-merges) into local main
2 parents 461bc6a + d6596e7 commit 384173b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9090

9191
- name: Install Rust
92-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # stable
92+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # stable
9393
with:
9494
toolchain: "1.92.0"
9595
components: rustfmt, clippy
@@ -148,7 +148,7 @@ jobs:
148148
cache-dependency-path: 'pyproject.toml'
149149

150150
- name: Install Rust
151-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # stable
151+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # stable
152152
with:
153153
toolchain: "1.92.0"
154154
components: rustfmt, clippy

.github/workflows/nightly-full-eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828

2929
- name: Install Rust
30-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # stable
30+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # stable
3131
with:
3232
toolchain: "1.92.0"
3333

requirements-bench.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
numpy>=1.24,<3.0
2-
scipy>=1.10,<2.0
2+
scipy>=1.15.3,<2.0
33
tiktoken>=0.8,<1.0
44
pathspec>=0.11,<2.0
55
charset-normalizer>=3.0,<4.0
6-
datasets>=4.8.5,<5.0
7-
huggingface-hub>=0.30,<1.0
8-
pebble>=5.0,<6.0
9-
rank-bm25>=0.2,<1.0
6+
datasets>=5.0.0,<6.0
7+
huggingface-hub>=1.21.0,<2.0
8+
pebble>=5.2.0,<6.0
9+
rank-bm25>=0.2.2,<1.0

0 commit comments

Comments
 (0)