Skip to content
Open
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ addons:
- liblapack-dev

install:
- travis_wait 60 "bin/bootstrap.sh $VIRTUAL_ENV"
- "bin/bootstrap.sh $VIRTUAL_ENV"

script:
- python setup.py test
# - tests/run.sh
- tests/run.sh

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion deenurp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import deenurp
import sys

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - correct any incompatibilities (eg, seqmagick running under python2 requires biopython <= 1.66

MarkupSafe==1.0
numpy==1.14.0
numpy==1.16.4
setuptools==38.4.0
six==1.11.0
DendroPy==4.3.0
Expand All @@ -25,7 +25,7 @@ pytz==2017.3
scikit-learn==0.19.1
Cython==0.27.3
futures==3.2.0
hdbscan==0.8.11
hdbscan==0.8.16
pandas==0.22.0
peasel==0.3.1
scipy==1.0.0
Expand Down