Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ati-74 authored Aug 17, 2023
1 parent 4a86b5d commit 6220913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
setup(name='CellProfilerAnalysis',
version='1.0.0',
description='analyzing CellProfiler output',
install_requires=['numpy', 'scipy', 'pandas', 'sklearn', 'scikit-learn', 'matplotlib', 'opencv-python'],
setup_requires=['numpy', 'scipy', 'pandas', 'sklearn', 'scikit-learn', 'matplotlib', 'opencv-python'],
install_requires=['numpy', 'scipy', 'pandas', 'scikit-learn', 'matplotlib', 'opencv-python'],
setup_requires=['numpy', 'scipy', 'pandas', 'scikit-learn', 'matplotlib', 'opencv-python'],
packages=['CellProfilerAnalysis', 'CellProfilerAnalysis.strain', 'CellProfilerAnalysis.strain.correction', 'CellProfilerAnalysis.strain.correction.action'],
python_requires='>=3',
url='https://github.com/Ati-74/CellProfilerAnalysis',
Expand Down

0 comments on commit 6220913

Please sign in to comment.