From adb99e39b6487a2a1d3a6290db388020c3c8ccdd Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 7 Feb 2020 01:42:05 -0600 Subject: [PATCH] change req and workflow for numpy, install numpy explicitly in workflow --- .github/workflows/pythonapp.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index eda8492..4af0365 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -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: | diff --git a/requirements.txt b/requirements.txt index 862a0d5..ff34b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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