Skip to content

Commit 2ed3782

Browse files
committed
added opencv to the requirement list for the setup
1 parent 69cf51d commit 2ed3782

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

optsim.egg-info/requires.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
numpy
22
matplotlib
3+
opencv-python
34
scikit-image
45
pillow
56
scipy

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
install_requires=[
2222
"numpy",
2323
"matplotlib",
24+
"opencv-python",
2425
"scikit-image",
2526
"pillow",
2627
"scipy",

0 commit comments

Comments
 (0)