Skip to content

Commit

Permalink
matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
codemeleon committed Dec 16, 2022
1 parent 4164a04 commit 43cea45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 67 deletions.
63 changes: 0 additions & 63 deletions seqPanther/NucIn/changes.txt

This file was deleted.

6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
name="SeqPanther",
version="0.0.1",
install_requires=[
'biopython==1.80', 'click==7.1.2', 'numpy==1.22.1', 'pandas==1.5.2',
'pyfaidx==0.6.3.1', 'pysam==0.18.0'
'biopython>=1.80', 'click>=7.1.2', 'numpy>=1.22.1', 'pandas>=1.5.2',
'pyfaidx>=0.6.3.1', 'pysam>=0.18.0', 'matplotlib>=3.6.2'
],
packages=find_packages(include=["seqPanther", "seqPanther.*"]),
# package_dir={"seqPanther": "seqPanther"},
# scripts=["bin/seqPanther"],
entry_points={
'console_scripts': ['seqpanther=seqPanther.seqPanther:run'],
},
Expand Down

0 comments on commit 43cea45

Please sign in to comment.