Skip to content

Commit fe959ab

Browse files
authored
Merge branch 'main' into sramakr1/refactor_xpu_layers
2 parents d4d2f0c + 4acf47e commit fe959ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-runner-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
7575
with:
7676
egress-policy: audit
77-
- uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1
77+
- uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
7878
with:
7979
parallel-finished: true
8080
integration-test:

classical-ml/jupyter-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyterlab==4.2.5
2-
jupyterhub==5.2.0
2+
jupyterhub==5.2.1
33
notebook==7.2.2
44
jupyter-server-proxy>=4.1.2

python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.26.4
22
setuptools>=70.0.0
3-
psutil==6.0.0
3+
psutil==6.1.0
44
mkl==2024.2.2
55
mkl-include==2024.2.2
66
intel-openmp==2024.2.1

0 commit comments

Comments
 (0)