Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tinalasisi authored Nov 2, 2020
1 parent 2d14fa4 commit e167795
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 @@ -22,7 +22,7 @@
long_description_content_type='text/markdown',
python_requires='>3.8.2',
install_requires=[
'numpy', 'scipy', 'matplotlib', 'joblib', 'pandas', 'opencv-python',
'numpy', 'scipy', 'matplotlib', 'joblib', 'pandas', 'opencv-python<4.3',
'scikit-learn', 'Pillow', 'rawpy', 'requests', 'sympy', 'argparse',
'scikit-image', 'joblib', 'matplotlib', 'tqdm'],
entry_points={
Expand Down

0 comments on commit e167795

Please sign in to comment.