Bump minimum numpy up per NEP-29 schedule

This commit is contained in:
Ogi Moore 2021-08-07 09:37:19 -07:00
parent a537bc2b23
commit 690a416d5d
2 changed files with 7 additions and 7 deletions

View File

@ -16,27 +16,27 @@ jobs:
- python-version: "3.7"
qt-lib: "pyqt"
qt-version: "PyQt5~=5.12.0"
numpy-version: "~=1.17.0"
numpy-version: "~=1.18.0"
- python-version: "3.7"
qt-lib: "pyside"
qt-version: "PySide2~=5.12.0"
numpy-version: "~=1.17.0"
numpy-version: "~=1.18.0"
- python-version: "3.8"
qt-lib: "pyqt"
qt-version: "PyQt5~=5.15.0"
numpy-version: "~=1.20.0"
numpy-version: "~=1.21.0"
- python-version: "3.8"
qt-lib: "pyside"
qt-version: "PySide2~=5.15.0"
numpy-version: "~=1.20.0"
numpy-version: "~=1.21.0"
- python-version: "3.9"
qt-lib: "pyqt"
qt-version: "PyQt6"
numpy-version: "~=1.20.0"
numpy-version: "~=1.21.0"
- python-version: "3.9"
qt-lib: "pyside"
qt-version: "PySide6"
numpy-version: "~=1.20.0"
numpy-version: "~=1.21.0"
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -39,7 +39,7 @@ Currently this means:
[PyQt6](https://www.riverbankcomputing.com/software/pyqt/),
[PySide2](https://wiki.qt.io/Qt_for_Python), or
[PySide6](https://wiki.qt.io/Qt_for_Python)
* [`numpy`](https://github.com/numpy/numpy) 1.17+
* [`numpy`](https://github.com/numpy/numpy) 1.18+
### Optional added functionalities