Skip to content

Commit 29666b7

Browse files
committed
Update numpy version
1 parent 50f6e15 commit 29666b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mccabe==0.6.1
2828
mock==2.0.0
2929
more-itertools==5.0.0
3030
nodeenv==1.3.3
31-
numpy==1.16.0
31+
numpy==1.16.1
3232
packaging==19.0
3333
pathtools==0.1.2
3434
pbr==5.1.1

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scipy>=0.17.0
2-
numpy>=1.13.0
2+
numpy>=1.16.1
33
matplotlib>=1.3.1
44
attrs==18.1.0
55
tqdm==4.24.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cycler==0.10.0
33
future==0.16.0
44
kiwisolver==1.0.1
55
matplotlib==3.0.2
6-
numpy==1.16.0
6+
numpy==1.16.1
77
pyparsing==2.3.1
88
python-dateutil==2.7.5
99
scipy==1.2.0

0 commit comments

Comments
 (0)