Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ucsc-twobittofa
macs2 ==2.1.1.20160309 #2.1.0 (no binaries for OSX)
boost ==1.57.0
openblas ==0.2.19
numpy ==1.11.3 #1.13.3 #1.10.2 (no binaries for OSX) #1.9.0, 1.8.2 conflicts with ATAQC
numpy ==1.21.0 #1.13.3 #1.10.2 (no binaries for OSX) #1.9.0, 1.8.2 conflicts with ATAQC
matplotlib ==1.5.1
six==1.10.0 # to fix (ImportError: cannot import name _thread)
python-dateutil==2.6.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_py3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nomkl
python ==3.5.0
numpy ==1.11.3
numpy ==1.21.0
idr ==2.0.3
bedtools ==2.26.0
pigz
Expand Down