Skip to content

Commit d8deb7b

Browse files
authored
Merge branch 'main' into umas-fast-cpu-backend-v2
2 parents 3be88a2 + c6944df commit d8deb7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trim-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'dependabot[bot]'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/github-script@v8
14+
- uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const { owner, repo } = context.repo;

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ numpy==2.4.4
1111
scikit-learn==1.7.2
1212
lmdb==1.6.2
1313
pymatgen==v2026.3.23
14-
ray[serve]==2.54.1
14+
ray[serve]==2.55.0
1515
ipykernel==7.2.0
1616
jupyter_book==2.1.4
1717
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)