https://github.com/fhcrc/deenurp
Raw File
Tip revision: dfe765af05051efc733de386492e3cdc7673ef43 authored by Noah Hoffman on 25 October 2017, 04:40:06 UTC
update changelog
Tip revision: dfe765a
requirements.txt
# this file is order-dependent! see bin/pipdeptree2requirements.py

# to add new dependencies:
# - create a virtualenv
# - install one or more packages
# - install pipdeptree
# - run `pipdeptree -f --nowarn | bin/pipdeptree2requirements.py` to generate a new requirements.txt
# - manually replace any references to github repos

six==1.10.0
numpy==1.13.1
python-dateutil==2.5.2
pytz==2016.3
Cython==0.24
SQLAlchemy==1.1.14
biopython==1.67
decorator==4.1.2
pandas==0.18.1
futures==3.1.1
peasel==0.3.1
retrying==1.3.3
scipy==0.18.0
scikit-learn==0.17.1
hdbscan==0.8.10
wsgiref==0.1.2
MarkupSafe==1.0
jinja2==2.9
fastalite==0.3
DendroPy==4.3.0
PyYAML==3.12
taxtastic==0.8.2
back to top