Skip to content

Commit 352f3e2

Browse files
committed
Bump numpy version in rest.
The comment in the file suggest that the numpy version should be the latest one, it is not. This would help to make sure that there is no regression in numpy, and/or that the test suite would catch numpy deprecated functionality.
1 parent 13966ba commit 352f3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==1.17.2; python_version > '3.0'
4+
numpy==1.19.2; python_version > '3.0'
55
# don't let pyup change this, needed until we drop support for py27
66
numpy==1.16.4; python_version < '3.0' # pyup: ignore

0 commit comments

Comments
 (0)