2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
This commit is contained in:
marxzuckerburg 2020-10-05 09:01:23 +01:00
parent 25f0a5305f
commit 379f3c45ec
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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