Skip to content

Commit 7dd87e7

Browse files
committed
set some basic versions for requirements file
1 parent 83b9610 commit 7dd87e7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
descartes
2-
fiona
3-
gdal
2+
fiona>=1.8
3+
gdal>=3
44
godale
5-
geopandas
6-
jupyterlab
5+
geopandas>=0.8
6+
jupyterlab>=1.2
77
matplotlib
8-
numpy
9-
pandas
8+
numpy>=1.19
9+
pandas>=1.1
1010
psycopg2-binary
11-
rasterio
12-
requests
13-
scipy
11+
rasterio>=1.1
12+
requests>=2.2
13+
scipy>=1.5
1414
shapely
15-
tqdm
15+
tqdm>=4.51
1616
imageio
17-
rtree
17+
rtree>=0.9
1818
retrying
1919
pytest
2020
pytest-cov

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'),

0 commit comments

Comments
 (0)