10000 Bump numpy from 1.16.4 to 1.21.0 · CyberSys/ffmpeg-python@c850bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c850bc0

Browse files
Bump numpy from 1.16.4 to 1.21.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.16.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd1da13 commit c850bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ importlib-metadata==0.17
1313
Jinja2==2.10.1
1414
MarkupSafe==1.1.1
1515
more-itertools==7.0.0
16-
numpy==1.16.4
16+
numpy==1.21.0
1717
packaging==19.0
1818
pluggy==0.12.0
1919
py==1.8.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
extras_require={
7575
'dev': [
7676
'future==0.17.1',
77-
'numpy==1.16.4',
77+
'numpy==1.21.0',
7878
'pytest-mock==1.10.4',
7979
'pytest==4.6.1',
8080
'Sphinx==2.1.0',

0 commit comments

Comments
 (0)
0