mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-07 18:07:45 -06:00
change req and workflow for numpy, install numpy explicitly in workflow
This commit is contained in:
1
.github/workflows/pythonapp.yml
vendored
1
.github/workflows/pythonapp.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user