Skip to content

Commit a11797e

Browse files
committed
replace pip opencv by conda
1 parent e4c4982 commit a11797e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

environnement.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ dependencies:
1414
- IPython=7.1 # Notebook support
1515
- nbformat=4.4 # Notebook support
1616
- scipy=1.1 # Notebook support
17-
- scikit-image
18-
- pip:
19-
- opencv-contrib-python
20-
- pysimplegui
21-
prefix: C:\Anaconda\envs\KNIME-TM
17+
- scikit-image=0.14.2 # Local maxima detection
18+
- opencv=3.4.2 # matchTemplate
19+
20+
prefix: C:\Anaconda\envs\KNIME-TM

0 commit comments

Comments
 (0)