We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871e18 commit af9bffaCopy full SHA for af9bffa
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- os: ubuntu-latest
24
PYTHON_VERSION: 3.6
25
OLDEST_SUPPORTED_VERSION: true
26
- DEPENDENCIES: matplotlib==2.2.3 numpy==1.15.4 scipy==1.1 imagecodecs==2019.12.3
+ DEPENDENCIES: matplotlib==2.2.3 numpy==1.16.0 scipy==1.1 imagecodecs==2019.12.3
27
PIP_SELECTOR: '[all, tests]'
28
LABEL: /oldest
29
# test minimum requirement
setup.py
@@ -47,7 +47,7 @@
47
48
install_req = ['scipy>=1.1',
49
'matplotlib>=2.2.3',
50
- 'numpy>=1.15.4',
+ 'numpy>=1.16.0',
51
'traits>=4.5.0',
52
'natsort',
53
'requests',
0 commit comments