From 39dc7168d7223c27ed6e4e9dca5ae0532a603042 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 28 Mar 2020 13:28:51 +0100 Subject: [PATCH] python-3.7.6: Downgrade pyGenomeTracks The latest version of pyGenomeTracks on PyPi (3.3) has a dependency on hicmatrix>=12 which is not yet published. Request previous version. --- python-3.7.6-0.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-3.7.6-0.build.sh b/python-3.7.6-0.build.sh index 8b70123..4713509 100755 --- a/python-3.7.6-0.build.sh +++ b/python-3.7.6-0.build.sh @@ -229,7 +229,7 @@ rm -rf ${PREFIX}/lib/python$PYTHONVER/site-packages/OpenGL/Tk # pip3 install --prefix=$PREFIX HiCExplorer # Would be a nice to have, but it likes to downgrade too much, pick some cherries pip3 install --prefix=$PREFIX HiCMatrix -pip3 install --prefix=$PREFIX pyGenomeTracks #downgrader cooler 0.8.7-> 0.8.5 +pip3 install --prefix=$PREFIX "pyGenomeTracks<3.3" # 3.3 depends on HiMatrix>=12 which is not yet available pip3 install --prefix=$PREFIX python-bioformats #downgrader matplotlib 3.2.0->3.1.1 docutils 0.16 -> 0.15.2