change req and workflow for numpy, install numpy explicitly in workflow

This commit is contained in:
Xevion
2020-02-07 01:42:05 -06:00
parent 253abe6fc7
commit adb99e39b6
2 changed files with 1 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy cython
pip3 install -r requirements.txt
- name: Lint with flake8
run: |

View File

@@ -1,6 +1,5 @@
IPTCInfo3==2.1.4
imageio==2.6.1
numpy>=1.17
rawpy==0.13.1
setuptools==40.8.0
Click==7.0