- updated the requirements file

This commit is contained in:
Marius Stanciu
2020-04-06 21:39:23 +03:00
committed by Marius
parent 573070f154
commit e1269cdb34
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# 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
pyqt5==5.12.1
pyqt5>=5.12.1
numpy>=1.16
matplotlib>=3.1
cycler>=0.10