Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Closed
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
biopython==1.72
click-plugins==1.0.3
click==6.7
click==7.0
coverage==4.5.1
cycler==0.10.0 # via matplotlib
kiwisolver==1.0.1 # via matplotlib
matplotlib==3.0.0
numpy==1.15.2
pandas==0.23.4
pyfaidx==0.5.4.2
pyparsing==2.2.1 # via matplotlib
pyparsing==2.2.2 # 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