Skip to content

Commit 355fdc3

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] <[email protected]>
1 parent de35b99 commit 355fdc3

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.25.1
1010
scikit-learn>=0.21.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'matplotlib==3.2.1',
5151
'XlsxWriter==1.2.8',
5252
'ibm-watson==5.1.0',
53-
'numpy==1.20.3',
53+
'numpy==1.21.0',
5454
'requests==2.25.1'
5555
],
5656

0 commit comments

Comments
 (0)