Skip to content

Commit

Permalink
python-3.7.6: Downgrade pyGenomeTracks
Browse files Browse the repository at this point in the history
The latest version of pyGenomeTracks on PyPi (3.3) has a dependency on
hicmatrix>=12 which is not yet published. Request previous version.
  • Loading branch information
donald committed Mar 30, 2020
1 parent f95f7c1 commit 39dc716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39dc716

Please sign in to comment.