Skip to content

Commit

Permalink
Merge pull request #30 from broadinstitute/update-dependency-versions
Browse files Browse the repository at this point in the history
Update numpy/scipy requirements
  • Loading branch information
haydenm authored Jul 31, 2019
2 parents af84d31 + 6b9cf10 commit b0cb3e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[run]
# Measure branch coverage in addition to
# statement coverage
branch = True

[report]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ It allows blacklisting sequence from the design (e.g., background in microbial e

CATCH requires:
* [Python](https://www.python.org) >= 3.5
* [NumPy](http://www.numpy.org) >= 1.9.0
* [SciPy](https://www.scipy.org) >= 1.0.0
* [NumPy](http://www.numpy.org) >= 1.15.2
* [SciPy](https://www.scipy.org) >= 1.2.0

Installing CATCH with `pip` (or conda), as described below, will install NumPy and SciPy if they are not already installed.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.15.2
scipy==1.1.0
scipy==1.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author='Hayden Metsky',
author_email='hayden@mit.edu',
packages=find_packages(),
install_requires=['numpy>=1.9.0', 'scipy>=1.0.0'],
install_requires=['numpy>=1.15.2', 'scipy>=1.2.0'],
scripts=[
'bin/analyze_probe_coverage.py',
'bin/design.py',
Expand Down

0 comments on commit b0cb3e8

Please sign in to comment.