This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import subprocess
2
2
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
5
6
6
7
7
8
def readme ():
@@ -41,7 +42,6 @@ def finalize_options(self):
41
42
except ImportError :
42
43
BdistWheel = None
43
44
44
- # rpcm not yet 1.4.11 because s2p-pipelines needs a 1 pixel offset fix in test data
45
45
requirements = ['numpy>=1.22.2' ,
46
46
'scipy' ,
47
47
'rasterio[s3]==1.3.8' ,
@@ -51,7 +51,7 @@ def finalize_options(self):
51
51
'plyfile' ,
52
52
'plyflatten>=0.2.0' ,
53
53
'ransac' ,
54
- 'rpcm @ git+https://github.com/20treeAI/[email protected] .9 ' ,
54
+ 'rpcm @ git+https://github.com/20treeAI/[email protected] .11 ' ,
55
55
'srtm4' ,
56
56
'requests' ,
57
57
'opencv-python' ,
@@ -63,7 +63,7 @@ def finalize_options(self):
63
63
}
64
64
65
65
setup (name = "s2p" ,
66
- version = "1.6.6 " ,
66
+ version = "1.6.7 " ,
67
67
description = "Satellite Stereo Pipeline." ,
68
68
long_description = readme (),
69
69
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments