Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 6419631

Browse files
Merge pull request #48 from 20treeAI/fix/back_to_old_rpcm
fix: old rpcm
2 parents ccbc6ca + 8ff0e87 commit 6419631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def finalize_options(self):
4141
except ImportError:
4242
BdistWheel = None
4343

44-
44+
# rpcm not yet 1.4.11 because s2p-pipelines needs a 1 pixel offset fix in test data
4545
requirements = ['numpy>=1.22.2',
4646
'scipy',
4747
'rasterio[s3]==1.3.8',
@@ -51,7 +51,7 @@ def finalize_options(self):
5151
'plyfile',
5252
'plyflatten>=0.2.0',
5353
'ransac',
54-
'rpcm @ git+https://github.com/20treeAI/[email protected].11',
54+
'rpcm @ git+https://github.com/20treeAI/[email protected].9',
5555
'srtm4',
5656
'requests',
5757
'opencv-python',

0 commit comments

Comments
 (0)