From c2d3cd283fd3a9216010204366d4daebe06937bc Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 25 Feb 2020 11:28:38 +0100 Subject: [PATCH] environment: add lxml for pd.read_html (closes #129) --- config.default.yaml | 2 +- environment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.default.yaml b/config.default.yaml index a02895a0..abdf41d8 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -22,7 +22,7 @@ snapshots: closed: 'left' # end is not inclusive enable: - prepare_links_p_nom: true + prepare_links_p_nom: false retrieve_databundle: true build_cutout: false build_natura_raster: false diff --git a/environment.yaml b/environment.yaml index 78c92828..5c308119 100644 --- a/environment.yaml +++ b/environment.yaml @@ -20,6 +20,7 @@ dependencies: - memory_profiler - yaml - pytables + - lxml - powerplantmatching>=0.4.3 # Second order dependencies which should really be deps of atlite