Loosen up version requirements of all dependencies

Tested in:

* Python 3.5 and 3.6 conda environments with latest
  NumPy and GDAL
* Official Python 3.4, 3.5 and 3.6 Docker images
  based on Debian Jessie using only pip
This commit is contained in:
Juan Luis Cano Rodríguez
2017-07-19 10:56:48 +02:00
parent c421fd946d
commit d3a6f5d640

View File

@@ -1,14 +1,14 @@
usgs==0.1.9
requests==2.7.0
python-dateutil==2.5.1
numpy==1.10.4
termcolor==1.1.0
rasterio==0.32.0
usgs>=0.1.9
requests>=2.7.0
python-dateutil>=2.5.1
numpy>=1.10.4
termcolor>=1.1.0
rasterio>=0.32.0,<1*
six>=1.8.0
scipy==0.17.0
scikit-image==0.12.3
homura==0.1.3
boto==2.39.0
polyline==1.3
geocoder==1.9.0
matplotlib==1.5.1
scipy>=0.17.0
scikit-image>=0.12.3
homura>=0.1.3
boto>=2.39.0
polyline>=1.3
geocoder>=1.9.0
matplotlib>=1.5.1