From 1d046ed719dd26eee0489ab90e6fcfed852a6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rostislav=20L=C3=A1n?= Date: Fri, 24 Feb 2023 13:16:49 +0100 Subject: [PATCH] Updated readme to install specific package versions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d7371..e73f24c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Before cloning repository, you need these to succesfully use the application. * python graphical modules ```sh - pip install numpy matplotlib opencv-python stl scikit-image + pip install numpy==1.23.3 matplotlib==3.5.3 opencv-python=4.7.0.72 + stl==0.0.3 scikit-image==0.19.3 ``` # Installation