Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Dec 8, 2017
1 parent 12e78f2 commit 91c18f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='patchify',
version='0.1.0',
version='0.1.1',
description='A library that helps you split image into small, overlappable patches, and merge patches into original image.',
long_description="""
A library that helps you split image into small, overlappable patches, and merge patches into original image.
Expand All @@ -25,7 +25,7 @@
author_email='[email protected]',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Multimedia :: Graphics :: Editors',
'License :: OSI Approved :: MIT License',
Expand All @@ -35,7 +35,7 @@
],
keywords=['patch', 'image', 'split'],
py_modules=["patchify"],
install_requires=["itertools", "numpy", "scikit-image"],
install_requires=["numpy", "scikit-image"],
extras_require={},
package_data={},
data_files=[],
Expand Down

0 comments on commit 91c18f5

Please sign in to comment.