Skip to content

Commit

Permalink
update pybind11 and stdgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed May 30, 2024
1 parent 44d70b2 commit d7285fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "MIT"
include = ["*.pyi"]

[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.1"
python = "^3.9"
numpy = ">=1.26"
open3d = {version = "^0.11.2", optional = true}
torch = {version = "^1.7.1", optional = true}
opencv-python = {version = "^4.4.0", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion third_party/pybind11
Submodule pybind11 updated 135 files

0 comments on commit d7285fd

Please sign in to comment.