Skip to content

Commit 95bc9fe

Browse files
authored
remove strict requirement on kiss-icp version (#50)
1 parent 356d15b commit 95bc9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [{ name = "Saurabh Gupta" }, { name = "Tiziano Guadagnino" }]
1111
requires-python = ">=3.7"
1212
keywords = ["Loop Closures", "Localization", "SLAM", "LiDAR"]
1313
dependencies = [
14-
"kiss-icp==1.0.0",
14+
"kiss-icp>=1.0.0",
1515
"numpy<2.0.0",
1616
"pyquaternion",
1717
"pydantic>=2",

0 commit comments

Comments
 (0)