Skip to content

Commit

Permalink
Fixed scipy error in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrowl committed Jun 11, 2024
1 parent e0c5d3b commit 6a97ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author="Naegle Lab",
author_email="[email protected]",
url="https://github.com/NaegleLab/PTM-POSE/tree/main",
install_requires=['pandas==2.2.*', 'numpy==1.26.*', 'scipy=1.13.*', 'biopython==1.83.*', 'tqdm==4.66.*', 'xlrd', 'matplotlib', 'requests'],
install_requires=['pandas==2.2.*', 'numpy==1.26.*', 'scipy==1.13.*', 'biopython==1.83.*', 'tqdm==4.66.*', 'xlrd', 'matplotlib', 'requests'],
license='GNU General Public License v3',
description='PTM-POSE: PTM Projection onto Splice Events',
long_description="""PTM-POSE is an open-source tool for annotating splice event quantification data with post-translational modifications (PTMs) and their functional consequences.""",
Expand Down

0 comments on commit 6a97ae2

Please sign in to comment.