Skip to content
Snippets Groups Projects
Commit 155591fa authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Excluded folium 0.12.0 from requirements due to...

Excluded folium 0.12.0 from requirements due to https://github.com/python-visualization/folium/issues/1438

. Fixed incompletely deleted coverage artifacts after running 'make clean'. Updated version info.

Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 6c047cfc
No related branches found
No related tags found
No related merge requests found
Pipeline #18959 passed
......@@ -46,6 +46,7 @@ clean-test: ## remove test and coverage artifacts
## don't call coverage erase here because make install calls make clean which calls make clean-test
## -> since make install should run without the test requirements we can't use coverage erase here
rm -fr .tox/
rm -f .coverage
rm -fr .coverage.*
rm -fr htmlcov/
rm -fr nosetests.html
......
......@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.2.4'
__versionalias__ = '2020-11-12_02'
__version__ = '1.2.5'
__versionalias__ = '2021-02-02_01'
......@@ -45,7 +45,7 @@ The input images may have different spatial resolutions. Any needed resampling o
.. attention::
Please try avoid any spatial resampling of the input images before running AROSICS. It might affect
Please try to avoid any spatial resampling of the input images before running AROSICS. It might affect
the accuracy of the computed misregistration.
......
......@@ -3,7 +3,7 @@ cmocean
gdal
geoarray>=0.9.0
geojson
folium>=0.6.0
folium>=0.6.0,!=0.12.0
geopandas
matplotlib
numpy
......
folium>=0.6.0
folium>=0.6.0,!=0.12.0
geojson
plotly
six
......@@ -40,7 +40,7 @@ with open("arosics/version.py") as version_file:
req = [
'cartopy',
'cmocean',
'folium>=0.6.0',
'folium>=0.6.0,!=0.12.0',
'gdal',
'geojson',
'geoarray>=0.9.0',
......
......@@ -23,7 +23,7 @@ dependencies:
- shapely
- pip:
- folium>=0.6.0
- folium>=0.6.0,!=0.12.0
- geojson
- plotly
- six
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment