Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ click==6.7
coverage==4.5.1
cycler==0.10.0 # via matplotlib
kiwisolver==1.0.1 # via matplotlib
matplotlib==2.2.3
numpy==1.15.1
matplotlib==3.0.0
numpy==1.15.2
pandas==0.23.4
pyfaidx==0.5.4.2
pyparsing==2.2.0 # via matplotlib
pyparsing==2.2.1 # via matplotlib
python-dateutil==2.7.3 # via matplotlib, pandas
pytz==2018.5 # via matplotlib, pandas
pyyaml==3.13
Expand Down
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ zip_safe = False
include_package_data = True
packages = aakbar
install_requires =
biopython
biopython==1.71
click>=5.0
click_plugins
coverage
matplotlib
numpy
pandas
pyfaidx
pyyaml
click_plugins==1.0.3
coverage==4.5.1
matplotlib==3.0.0
numpy==1.15.2
pandas==0.23.4
pyfaidx==0.5.4.2
pyyaml==3.13

[options.package_data]
* =
Expand Down