Skip to content

Commit

Permalink
relaxed prerequisite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Feb 12, 2020
1 parent c7e2179 commit 677d4df
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 @@ -75,9 +75,9 @@ def read(*names, **kwargs):
python_requires='>=3.6',
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
'numpy==1.18.0',
'opencv-python==4.1.2.30',
'scipy==1.4.1'
'numpy>=1.18.0',
'opencv-python>=4.1.2.30',
'scipy>=1.4.1'
],
extras_require={
# eg:
Expand Down

0 comments on commit 677d4df

Please sign in to comment.