Skip to content

Commit

Permalink
Update numpy version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Jun 20, 2018
1 parent 678631e commit 63822d0
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 @@ -15,6 +15,6 @@ def get_version():
version=get_version(),
description='fast image augmentation library and easy to use wrapper around other libraries',
packages=find_packages(exclude=['tests']),
install_requires=['numpy', 'scipy', 'opencv-python', 'imgaug'],
install_requires=['numpy>=1.11.1', 'scipy', 'opencv-python', 'imgaug'],
extras_require={'tests': ['pytest']},
)

0 comments on commit 63822d0

Please sign in to comment.