Skip to content

Commit 0c32cb3

Browse files
authored
Merge pull request #5 from bhavpreet/master
Updating version of numpy and opencv.
2 parents ba1c4d6 + 7fb2de4 commit 0c32cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_2.tar.gz',
2020
keywords = ['MOON', 'ART'],
2121
install_requires=[
22-
'numpy~=1.16',
23-
'opencv-python~=4.2.0.34',
22+
'numpy~=1.20.2',
23+
'opencv-python~=4.5.1.48',
2424
'matplotlib~=3.2.1',
2525
],
2626
classifiers=[

0 commit comments

Comments
 (0)