From 379f3c45ec38a9cf0ccc10053534586d09ecde13 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Mon, 5 Oct 2020 09:01:23 +0100 Subject: [PATCH] !?!! --- requirements.txt | 4 ++-- script/install-windows.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 61c6f13..3c0ec43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,8 +29,8 @@ kivymd==0.104.1 lazy-object-proxy==1.4.3 MarkupSafe==1.1.1 mccabe==0.6.1 -numpy -pandas +numpy==1.19.1 +pandas==1.1.2 pathtools==0.1.2 Pillow==7.2.0 plyer==1.4.3 diff --git a/script/install-windows.sh b/script/install-windows.sh index 833693d..11c8409 100644 --- a/script/install-windows.sh +++ b/script/install-windows.sh @@ -137,7 +137,7 @@ Install python requirements ' cd $path_repo -python -m pip install -r requirements.txt +python -m pip install --prefer-binary -r requirements.txt