-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag numpy 1.26.4 to be compatible with Open3D. Support Python 3.11 (#114
) * fix open3d issue * support python 3.11 due to open3d upgrade * format * back compatibility for python 3.8 --------- Co-authored-by: Yifan Yu <[email protected]>
- Loading branch information
Showing
5 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ def build_extension(self, ext): | |
name="limap", | ||
version="1.0.0", | ||
packages=find_packages(), | ||
python_requires=">=3.8, < 3.11", | ||
python_requires=">=3.8, < 3.12", | ||
author="Shaohui Liu", | ||
author_email="[email protected]", | ||
description="A toolbox for mapping and localization with line features", | ||
|