File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11descartes
2- fiona
3- gdal
2+ fiona >= 1.8
3+ gdal >= 3
44godale
5- geopandas
6- jupyterlab
5+ geopandas >= 0.8
6+ jupyterlab >= 1.2
77matplotlib
8- numpy
9- pandas
8+ numpy >= 1.19
9+ pandas >= 1.1
1010psycopg2-binary
11- rasterio
12- requests
13- scipy
11+ rasterio >= 1.1
12+ requests >= 2.2
13+ scipy >= 1.5
1414shapely
15- tqdm
15+ tqdm >= 4.51
1616imageio
17- rtree
17+ rtree >= 0.9
1818retrying
1919pytest
2020pytest-cov
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def parse_requirements(file):
1515 name = 'ost' ,
1616 packages = find_packages (),
1717 include_package_data = True ,
18- version = '0.10 .1' ,
18+ version = '0.11 .1' ,
1919 description = 'High-level functionality for the inventory, download '
2020 'and pre-processing of Sentinel-1 data' ,
2121 install_requires = parse_requirements ('requirements.txt' ),
You can’t perform that action at this time.
0 commit comments