Skip to content

Commit b91df96

Browse files
committed
bringing up to spec with DBR 16.3
1 parent e527986 commit b91df96

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

.github/workflows/build_main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1717
strategy:
1818
matrix:
19-
python: [ 3.11.0 ]
20-
python_minor: [ 3.11 ]
21-
numpy: [ 1.23.5 ]
22-
gdal: [ 3.10.0 ]
23-
spark: [ 3.5.0 ]
24-
R: [ 4.3.2 ]
19+
python: [ 3.12.3 ]
20+
python_minor: [ 3.12 ]
21+
numpy: [ 1.26.4 ]
22+
gdal: [ 3.10.2 ]
23+
spark: [ 3.5.2 ]
24+
R: [ 4.4.0 ]
2525
steps:
2626
- name: checkout code
2727
uses: actions/checkout@v2

.github/workflows/build_python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1313
strategy:
1414
matrix:
15-
python: [ 3.11.0 ]
16-
numpy: [ 1.22.4 ]
17-
gdal: [ 3.10.0 ]
18-
spark: [ 3.5.0 ]
19-
R: [ 4.3.2 ]
15+
python: [ 3.12.3 ]
16+
numpy: [ 1.26.4 ]
17+
gdal: [ 3.10.2 ]
18+
spark: [ 3.5.2 ]
19+
R: [ 4.4.0 ]
2020
steps:
2121
- name: checkout code
2222
uses: actions/checkout@v2

.github/workflows/build_r.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1414
strategy:
1515
matrix:
16-
python: [ 3.11.0 ]
17-
numpy: [ 1.22.4 ]
18-
gdal: [ 3.10.0 ]
19-
spark: [ 3.5.0 ]
20-
R: [ 4.3.2 ]
16+
python: [ 3.12.3 ]
17+
numpy: [ 1.26.4 ]
18+
gdal: [ 3.10.2 ]
19+
spark: [ 3.5.2 ]
20+
R: [ 4.4.0 ]
2121
steps:
2222
- name: checkout code
2323
uses: actions/checkout@v2

.github/workflows/build_scala.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1212
strategy:
1313
matrix:
14-
python: [ 3.11.0 ]
15-
numpy: [ 1.22.4 ]
16-
gdal: [ 3.10.0 ]
17-
spark: [ 3.5.0 ]
18-
R: [ 4.3.2 ]
14+
python: [ 3.12.3 ]
15+
numpy: [ 1.26.4 ]
16+
gdal: [ 3.10.2 ]
17+
spark: [ 3.5.2 ]
18+
R: [ 4.4.0 ]
1919
steps:
2020
- name: checkout code
2121
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
contents: write
1616
strategy:
1717
matrix:
18-
python: [ 3.11.0 ]
19-
numpy: [ 1.22.4 ]
20-
gdal: [ 3.10.0 ]
21-
spark: [ 3.5.0 ]
22-
R: [ 4.3.2 ]
18+
python: [ 3.12.3 ]
19+
numpy: [ 1.26.4 ]
20+
gdal: [ 3.10.2 ]
21+
spark: [ 3.5.2 ]
22+
R: [ 4.4.0 ]
2323
steps:
2424
- name: checkout code
2525
uses: actions/checkout@v2

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>org.gdal</groupId>
145145
<artifactId>gdal</artifactId>
146-
<version>3.10.0</version>
146+
<version>3.10.2</version>
147147
</dependency>
148148

149149
</dependencies>
@@ -317,7 +317,7 @@
317317
<properties>
318318
<scala.version>2.12.18</scala.version>
319319
<scala.compat.version>2.12</scala.compat.version>
320-
<spark.version>3.5.0</spark.version>
320+
<spark.version>3.5.2</spark.version>
321321
<slf4j.version>2.0.7</slf4j.version>
322322
<mosaic.version>0.4.4</mosaic.version>
323323
<maven.compiler.source>1.8</maven.compiler.source>
12.1 MB
Binary file not shown.

python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class CustomInstallCommand(install):
5757
"locales",
5858
"mysql-client-core-8.0",
5959
"netcdf-bin",
60-
"libprotobuf23",
61-
"libthrift-0.16.0",
60+
# "libprotobuf23",
61+
# "libthrift-0.16.0",
6262
]
6363

6464
@staticmethod
@@ -78,7 +78,7 @@ def run(self):
7878

7979
# Install the .deb file
8080
deb_file = os.path.join(
81-
os.path.dirname(__file__), "mosaic", "gdal", "gdal_3.10.0-1_amd64.deb"
81+
os.path.dirname(__file__), "mosaic", "gdal", "gdal_3.10.2-1_amd64.deb"
8282
)
8383

8484
if os.path.exists(deb_file):

0 commit comments

Comments
 (0)