25
25
STOOLS_VER : " 67.3.2"
26
26
JEDI_VER : " 0.17.2" # https://github.com/ipython/ipython/issues/12740
27
27
IDNA_VER : " 2.8" # https://github.com/psf/requests/issues/5710
28
- CUDA_VERSION : " 12.1 .0"
28
+ CUDA_VERSION : " 12.4 .0"
29
29
SRC_DIR : " D:\\ a\\ open3d\\ open3d"
30
30
BUILD_DIR : " C:\\ Open3D\\ build"
31
31
NPROC : 2
35
35
windows :
36
36
permissions :
37
37
contents : write # upload
38
- runs-on : windows-2019
38
+ runs-on : windows-2022
39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
@@ -111,7 +111,7 @@ jobs:
111
111
${env:DEVELOPER_BUILD}="ON"
112
112
}
113
113
cmake --version
114
- cmake -G "Visual Studio 16 2019 " -A x64 `
114
+ cmake -G "Visual Studio 17 2022 " -A x64 `
115
115
-DDEVELOPER_BUILD="${env:DEVELOPER_BUILD}" `
116
116
-DCMAKE_SYSTEM_VERSION="10.0.19041.0" `
117
117
-DBUILD_EXAMPLES=OFF `
@@ -274,6 +274,16 @@ jobs:
274
274
$ErrorActionPreference = 'Stop'
275
275
python -m pip install -r python/requirements.txt
276
276
python -m pip install -r python/requirements_jupyter_build.txt
277
+
278
+ - name : Checkout Open3D-ML
279
+ uses : actions/checkout@v4
280
+ with :
281
+ repository : isl-org/Open3D-ML
282
+ path : open3d_ml
283
+
284
+ - name : Install PyTorch requirements
285
+ run : |
286
+ python -m pip install -r open3d_ml/requirements-torch.txt
277
287
278
288
- name : Config
279
289
run : |
@@ -294,6 +304,7 @@ jobs:
294
304
-DBUILD_LIBREALSENSE=ON `
295
305
-DBUILD_WEBRTC=ON `
296
306
-DBUILD_JUPYTER_EXTENSION=ON `
307
+ -DBUILD_PYTORCH_OPS=ON `
297
308
${{ env.SRC_DIR }}
298
309
299
310
- name : Build Python package
0 commit comments