chore: add open3d and h5py dependencies

This commit is contained in:
2026-02-09 06:53:16 +00:00
parent 287773e7e7
commit fb9a2b40b4
4 changed files with 278 additions and 0 deletions
@@ -0,0 +1,3 @@
## [2026-02-09] Dependency Update
- Encountered a TOML parse error during the first `edit` attempt due to incorrect escaping of quotes and newlines in the `newString`. Fixed by providing the literal string in a subsequent `edit` call.