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

Commit a004ce1

Browse files
Merge pull request #50 from 20treeAI/fix/use_new_rpcm_on_main
fix: new rpcm
2 parents 15d09b2 + a717644 commit a004ce1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import subprocess
22
from codecs import open
3-
from setuptools import setup, find_packages
4-
from setuptools.command import develop, build_py
3+
4+
from setuptools import find_packages, setup
5+
from setuptools.command import build_py, develop
56

67

78
def readme():
@@ -41,7 +42,6 @@ def finalize_options(self):
4142
except ImportError:
4243
BdistWheel = None
4344

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].9',
54+
'rpcm @ git+https://github.com/20treeAI/[email protected].11',
5555
'srtm4',
5656
'requests',
5757
'opencv-python',
@@ -63,7 +63,7 @@ def finalize_options(self):
6363
}
6464

6565
setup(name="s2p",
66-
version="1.6.6",
66+
version="1.6.7",
6767
description="Satellite Stereo Pipeline.",
6868
long_description=readme(),
6969
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)