Skip to content

Commit

Permalink
fix scipy version to 1.1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkasn authored Dec 5, 2018
1 parent 4181fda commit 941ae54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip3 install \
pandas==0.20.3 \
pysam==0.12.0.1 \
requests==2.18.4 \
scipy==0.18.1 \
scipy==1.1.0 \
tables==3.4.2

WORKDIR usr/local/bin/sctools
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy>=0.14.2
pandas>=0.22.0
pytest>=3.4.2
pytest-cov>=2.5.1
scipy>=1.0.1
scipy>=1.1.0
crimson>=0.3.0
setuptools>=40.4.3
setuptools_scm>=3.1.0

0 comments on commit 941ae54

Please sign in to comment.