Skip to content

Commit

Permalink
opencv-python-headless should be enough, and easier to deploy (albume…
Browse files Browse the repository at this point in the history
  • Loading branch information
ocourtin authored and albu committed Mar 12, 2019
1 parent 8c619f0 commit 9ad72cb
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 @@ -35,7 +35,7 @@ def get_long_description():
license='MIT',
url='https://github.com/albu/albumentations',
packages=find_packages(exclude=['tests']),
install_requires=['numpy>=1.11.1', 'scipy', 'opencv-python', 'imgaug>=0.2.5,<0.2.7'],
install_requires=['numpy>=1.11.1', 'scipy', 'opencv-python-headless', 'imgaug>=0.2.5,<0.2.7'],
extras_require={'tests': get_test_requirements()},
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 9ad72cb

Please sign in to comment.