Skip to content

Commit b17286b

Browse files
Bump numpy from 1.16.1 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 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.16.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f9b8da commit b17286b

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 @@ Fiona==1.7.13
88
geopandas==0.4.0
99
matplotlib==2.2.3
1010
networkx==2.4
11-
numpy==1.16.1
11+
numpy==1.22.0
1212
pandas==0.23.4
1313
pyproj==1.9.6
1414
pytest==4.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"geopandas == 0.4.0",
1818
"matplotlib == 2.2.3",
1919
"networkx == 2.2",
20-
"numpy == 1.16.1",
20+
"numpy == 1.22.0",
2121
"pandas == 0.23.4",
2222
"pyproj == 1.9.6",
2323
"pytest == 4.0.1",

0 commit comments

Comments
 (0)