We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf5f6f commit 1d0fb74Copy full SHA for 1d0fb74
.github/workflows/build-and-test.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: [3.7, 3.8]
+ python-version: [3.8, 3.9]
22
os: [ubuntu-20.04, windows-2019]
23
openmp-on: [true, false]
24
exclude:
pyproject.toml
@@ -13,7 +13,7 @@ scipy = "^1.6.0"
13
transforms3d = "^0.3.1"
14
scikit-learn = "^0.23.1"
15
matplotlib = "^3.3.3"
16
-open3d = "^0.13.0"
+open3d = "^0.14.1"
17
dq3d = {version = "^0.3.6", optional = true}
cupy = {version = "^9.5.0", optional = true}
0 commit comments