Skip to content

Commit 935bf7f

Browse files
Bump numpy from 1.21 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.21 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](numpy/numpy@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4e5117 commit 935bf7f

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
@@ -8,7 +8,7 @@ matplotlib==3.3.3
88
networkx==2.4
99
nltk==3.6.6
1010
notebook==6.4.10
11-
numpy==1.21
11+
numpy==1.22.0
1212
pandas==1.2.3
1313
plotly==4.5.4
1414
pygraphviz==1.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"networkx==2.5",
5959
"nltk==3.6.6",
6060
"notebook==6.4.10",
61-
"numpy==1.21",
61+
"numpy==1.22.0",
6262
"pandas==1.2.2",
6363
"plotly==4.5.4",
6464
"pygraphviz==1.7",

0 commit comments

Comments
 (0)