Skip to content

Commit 0fe822d

Browse files
authored
fix numpy and open3d version conflicts (#78)
1 parent 3a80932 commit 0fe822d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires-python = ">=3.8"
1212
keywords = ["Loop Closures", "Localization", "SLAM", "LiDAR"]
1313
dependencies = [
1414
"kiss-icp>=1.2.3",
15-
"numpy<2.0.0",
15+
"numpy",
1616
"pyquaternion",
1717
"pydantic>=2",
1818
"pydantic-settings",
@@ -24,7 +24,7 @@ dependencies = [
2424

2525
[project.optional-dependencies]
2626
all = [
27-
"open3d>0.13",
27+
"open3d>=0.19.0",
2828
"PyYAML",
2929
"mcap-ros2-support",
3030
"rosbags",

0 commit comments

Comments
 (0)