Skip to content

Commit

Permalink
python-3.7.6: Add comments to have eye on the downgraders
Browse files Browse the repository at this point in the history
  • Loading branch information
david authored and donald committed Mar 29, 2020
1 parent 8a1a6e9 commit 54b5ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ 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
pip3 install --prefix=$PREFIX pyGenomeTracks #downgrader cooler 0.8.7-> 0.8.5

pip3 install --prefix=$PREFIX python-bioformats
pip3 install --prefix=$PREFIX python-bioformats #downgrader matplotlib 3.2.0->3.1.1 docutils 0.16 -> 0.15.2

pip3 install --prefix=$PREFIX jupyterlab # request Peter Arndt
pip3 install --prefix=$PREFIX jupyterlab-git
Expand Down

0 comments on commit 54b5ee1

Please sign in to comment.