Skip to content

Commit

Permalink
FIX for numpy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Oct 31, 2015
1 parent bfbea6f commit cc34b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def check_dependencies():
download_url='https://github.com/eyurtsev/FlowCytometryTools/archive/v{0}.zip'.format(version),
keywords=['flow cytometry', 'data analysis', 'cytometry', 'single cell'],
license='MIT',
setup_requires=["numpy"], # Needed to install numpy
install_requires=install_requires,
classifiers=[
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit cc34b7d

Please sign in to comment.