Skip to content

Commit 08a8c2b

Browse files
authored
Merge pull request #60 from broadinstitute/dependabot/pip/numpy-1.22.0
Bump numpy from 1.15.4 to 1.22.0
2 parents ffab3ca + 0516fa7 commit 08a8c2b

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
@@ -95,7 +95,7 @@ def test_suite():
9595
},
9696
install_requires=[
9797
'argparse>=1.1', 'crimson>=0.4.0', 'pandas>=0.23.4',
98-
'matplotlib>=3.0.2', 'seaborn>=0.9.0', 'numpy==1.15.4'
98+
'matplotlib>=3.0.2', 'seaborn>=0.9.0', 'numpy==1.22.0'
9999
],
100100
test_suite='setup.test_suite',
101101
scripts=glob('scripts/*'),

0 commit comments

Comments
 (0)