forked from centreborelli/s2p
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from 20treeAI/feat/update_all_submodules
feat: update all submodules to patches needed for mac compilation
- Loading branch information
Showing
16 changed files
with
20 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule mgm
updated
8 files
+23 −0 | .github/workflows/test.yml | |
+0 −10 | .travis.yml | |
+23 −16 | Makefile | |
+27 −19 | README.txt | |
+2,413 −520 | iio/iio.c | |
+42 −10 | iio/iio.h | |
+130 −0 | mgm.1 | |
+206 −135 | mgm.cc |
This file was deleted.
Oops, something went wrong.
Submodule sift
updated
from d1caf0 to 10a2af
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ def finalize_options(self): | |
BdistWheel = None | ||
|
||
|
||
requirements = ['numpy==1.22.2', | ||
requirements = ['numpy>=1.22.2', | ||
'scipy', | ||
'rasterio[s3]==1.3.8', | ||
'utm', | ||
|
@@ -51,7 +51,7 @@ def finalize_options(self): | |
'plyfile', | ||
'plyflatten>=0.2.0', | ||
'ransac', | ||
'rpcm @ git+https://github.com/20treeAI/[email protected].9', | ||
'rpcm @ git+https://github.com/20treeAI/[email protected].11', | ||
'srtm4', | ||
'requests', | ||
'opencv-python', | ||
|
@@ -63,7 +63,7 @@ def finalize_options(self): | |
} | ||
|
||
setup(name="s2p", | ||
version="1.6.3", | ||
version="1.6.4", | ||
description="Satellite Stereo Pipeline.", | ||
long_description=readme(), | ||
long_description_content_type='text/markdown', | ||
|