Skip to content

Commit 87e3203

Browse files
chore(deps): bump numpy from 1.20.3 to 1.21.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 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.20.3...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9fbdde commit 87e3203

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
@@ -5,6 +5,6 @@ tqdm==4.43.0
55
matplotlib==3.2.1
66
XlsxWriter==1.2.8
77
ibm-watson==5.1.0
8-
numpy==1.20.3
8+
numpy==1.21.0
99
requests==2.26
1010
scikit-learn>=0.21.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'matplotlib==3.2.1',
5050
'XlsxWriter==1.2.8',
5151
'ibm-watson==5.1.0',
52-
'numpy==1.20.3',
52+
'numpy==1.21.0',
5353
'requests==2.26'
5454
],
5555

0 commit comments

Comments
 (0)