Skip to content

Commit 6ca6238

Browse files
Merge pull request #44 from IBM/versions/update
Trying to test for 3.12 (update packages if necessary)
2 parents 077dea2 + 8c1da64 commit 6ca6238

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10","3.11"]
14+
python-version: ["3.10","3.11","3.12"]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 20
1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11"]
18+
python-version: ["3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- name: Clone repo

requirements/required.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ rioxarray==0.15.0
33
albumentations==1.3.1
44
albucore<=0.0.16
55
rasterio==1.3.10
6-
torch==2.1.0
7-
torchvision==0.16.0
8-
torchmetrics==1.3.1
6+
torch==2.3.1
7+
torchvision==0.18.1
8+
torchmetrics==1.4.0
99
geopandas==0.14.4
1010
lightly==1.4.25
1111
h5py==3.10.0

0 commit comments

Comments
 (0)