We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3be88a2 + c6944df commit d8deb7bCopy full SHA for d8deb7b
2 files changed
.github/workflows/trim-dependabot.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.actor == 'dependabot[bot]'
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
15
with:
16
script: |
17
const { owner, repo } = context.repo;
tests/requirements.txt
@@ -11,7 +11,7 @@ numpy==2.4.4
scikit-learn==1.7.2
lmdb==1.6.2
pymatgen==v2026.3.23
-ray[serve]==2.54.1
+ray[serve]==2.55.0
ipykernel==7.2.0
jupyter_book==2.1.4
pytest-xdist==3.8.0
0 commit comments