From fd73dc889c1aa6a9f08ab5c2018a3a6e626f99b4 Mon Sep 17 00:00:00 2001 From: timerke Date: Thu, 28 Mar 2024 13:27:53 +0300 Subject: [PATCH] Fixed versions of epcore and ivviewer --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5dae34e..af37172 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ numpy==1.18.1 Pillow==8.0.1 PyQt5>=5.8.2, <=5.15.2 PyQt5-stubs -git+https://github.com/EPC-MSU/epcore@v0.1.20#egg=epcore -git+https://github.com/EPC-MSU/ivviewer@dev-0.1#egg=ivviewer \ No newline at end of file +git+https://github.com/EPC-MSU/epcore@v0.1.22#egg=epcore +git+https://github.com/EPC-MSU/ivviewer@v1.0.2#egg=ivviewer \ No newline at end of file