From f1e57c0131bdcafad1cf414496c54882c93a2dd0 Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Mon, 7 Nov 2016 09:02:28 +0100 Subject: [PATCH] adapted lxml version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f51090..f244624 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def readme(): packages=['fgcz'], install_requires=[ 'PyYAML>=3', - 'lxml>=3.4.4' ], + 'lxml==3.6.0' ], scripts=[ 'fgcz/scripts/fgcz_biobeamer.py', 'fgcz/scripts/fgcz_fcc_run_linux.py',