Skip to content

Commit 23f1223

Browse files
authored
Try to pin specific numpy release. Issue #10
1 parent 7e8f27b commit 23f1223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'networkx==2.4',
2323
'pysam==0.15.3',
2424
'nose==1.3',
25-
'numpy==1.17'],
25+
'numpy==1.17.4'],
2626
package_data = {'scapp':['data/*/*']},
2727
include_package_data=True,
2828
entry_points = {

0 commit comments

Comments
 (0)