Skip to content

Commit 1d0fb74

Browse files
committed
fix ci
1 parent ebf5f6f commit 1d0fb74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.7, 3.8]
21+
python-version: [3.8, 3.9]
2222
os: [ubuntu-20.04, windows-2019]
2323
openmp-on: [true, false]
2424
exclude:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scipy = "^1.6.0"
1313
transforms3d = "^0.3.1"
1414
scikit-learn = "^0.23.1"
1515
matplotlib = "^3.3.3"
16-
open3d = "^0.13.0"
16+
open3d = "^0.14.1"
1717
dq3d = {version = "^0.3.6", optional = true}
1818
cupy = {version = "^9.5.0", optional = true}
1919

0 commit comments

Comments
 (0)