Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 29, 2024
1 parent fb91643 commit 4ac0072
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 @@ -21,7 +21,7 @@ def main():
install_requires=[
"numpy",
"profet @ git+https://github.com/alan-turing-institute/profet@main#egg=profet",
"python-parakeet==v0.5.3",
"python-parakeet @ git+https://github.com/rosalindfranklininstitute/python-parakeet@main#egg=python-parakeet",
],
entry_points={"console_scripts": ["whippet=whippet.command_line:main"]},
include_package_data=True,
Expand Down

0 comments on commit 4ac0072

Please sign in to comment.