瀏覽代碼

- updated the requirements file

Marius Stanciu 5 年之前
父節點
當前提交
e1269cdb34
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      README.md
  2. 1 1
      requirements.txt

+ 1 - 0
README.md

@@ -16,6 +16,7 @@ CAD program, and create G-Code for Isolation routing.
 - fixed an crash generated when running the Tool Database from the Menu -> Options menu entry
 - fixed a bug in handling the UP/DOWN key shortcuts that caused a crash when no object was selected in the Project Tab; also made sure that the said keys are handled only for the Project Tab
 - some PEP8 changes and other minor changes
+- updated the requirements file
 
 5.04.2020 
 

+ 1 - 1
requirements.txt

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