Add requirements file for Python 3.10 (#49)

* Add requirements file for Python 10

* Add Python 3.10 to GitHub Actions

* Upgrade opencv-contrib-python-headless to 4.5.4.58 for Python 10

* Upgrade scipy to 1.7.2 for Python 3.10

* Upgrade multiple deps

* Use custom DFL branch for python 3.10

* Pre-install numpy for Python 3.10

* Switch to opencv-python
This commit was merged in pull request #49.
This commit is contained in:
Oleksandr Chychkan
2022-02-23 07:13:56 -08:00
committed by GitHub
parent a1c6ebd2c6
commit 90dc16b81a
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2