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

Commit b348136

Browse files
fix: version
1 parent f37eb4f commit b348136

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

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

44-
# rpcm not yet 1.4.11 because s2p-pipelines needs a 1 pixel offset fix in test data
4544
requirements = ['numpy>=1.22.2',
4645
'scipy',
4746
'rasterio[s3]==1.3.8',
@@ -63,7 +62,7 @@ def finalize_options(self):
6362
}
6463

6564
setup(name="s2p",
66-
version="1.6.5",
65+
version="1.6.6",
6766
description="Satellite Stereo Pipeline.",
6867
long_description=readme(),
6968
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)