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
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# pip-compile --output-file requirements.txt setup.py
#
biopython==1.72
click-plugins==1.0.3
click==6.7
coverage==4.5.1
biopython==1.74
click-plugins==1.1.1
click==7.0
coverage==4.5.4
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
python-dateutil==2.7.3 # via matplotlib, pandas
pytz==2018.5 # via matplotlib, pandas
pyyaml==3.13
six==1.11.0 # via cycler, matplotlib, pyfaidx, python-dateutil
kiwisolver==1.1.0 # via matplotlib
matplotlib==3.1.1
numpy==1.17.2
pandas==0.25.1
pyfaidx==0.5.5.2
pyparsing==2.4.2 # via matplotlib
python-dateutil==2.8.0 # via matplotlib, pandas
pytz==2019.2 # via matplotlib, pandas
pyyaml==5.1.2
six==1.12.0 # via cycler, matplotlib, pyfaidx, python-dateutil
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.74
click>=5.0
click_plugins
coverage
matplotlib
numpy
pandas
pyfaidx
pyyaml
click_plugins==1.1.1
coverage==4.5.4
matplotlib==3.1.1
numpy==1.17.2
pandas==0.25.1
pyfaidx==0.5.5.2
pyyaml==5.1.2

[options.package_data]
* =
Expand Down