Skip to content

Commit f2c57e0

Browse files
Merge pull request #194 from IBM/maintenance
3.8 end of life, testing 3.12
2 parents c8556af + a1e790a commit f2c57e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy<=2.0
22
numba
33
scipy
44
sympy
5-
torch<=2.3.0
5+
torch<=2.4.0
66
scikit-learn
77
psutil
88
h5py

0 commit comments

Comments
 (0)