Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Should work?
Browse files Browse the repository at this point in the history
  • Loading branch information
KeironO committed Jul 17, 2019
1 parent c18a78f commit ee59ac5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=open("requirements.txt").read().splitlines(),
install_requires=[
"numpy==1.16.4",
"pymzml==2.2.4",
"scipy==1.3.0"
],
platforms=["Windows", "UNIX", "Mac OS"],
long_description=long_description,
author="Keiron O'Shea",
Expand Down

0 comments on commit ee59ac5

Please sign in to comment.