File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
max-parallel : 4
11
11
matrix :
12
12
python-version : [3.5, 3.6, 3.7]
13
+ numpy-version : [1.15, 1.16, 1.17]
13
14
14
15
steps :
15
16
- uses : actions/checkout@v1
20
21
- name : Install dependencies
21
22
run : |
22
23
python -m pip install --upgrade pip
23
- pip install -r requirements.txt
24
+ pip install numpy==${{ matrix.numpy-version }}
24
25
- name : Lint with flake8
25
26
run : |
26
27
pip install flake8
Original file line number Diff line number Diff line change 1
- numpy >= 1.17
1
+ numpy >= 1.15
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def get_version():
51
51
packages = find_packages (exclude = ['doc' ]),
52
52
author = 'Travis E. Oliphant et al.' ,
53
53
license = 'BSD' ,
54
- install_requires = ['numpy>=1.17 ' ],
54
+ install_requires = ['numpy>=1.15 ' ],
55
55
python_requires = '>=3.5' ,
56
56
classifiers = CLASSIFIERS .splitlines (),
57
57
project_urls = {
You can’t perform that action at this time.
0 commit comments