- some updates in the requirements file and in setup_ubuntu.sh; for now versions higher than 5.12.1 of pyqt5 are not working

This commit is contained in:
Marius Stanciu
2020-02-13 21:11:06 +02:00
committed by Marius
parent 7c9c390ac3
commit 9417049eef
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
# This file contains python only requirements to be installed with pip
# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
# Usage: pip3 install -r requirements.txt
numpy >=1.16
pyqt5==5.12
numpy>=1.16
matplotlib>=3.1
cycler>=0.10
python-dateutil>=2.1