Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486)

* Make sure numpy >= 1.16.0 is installed

* Works for 1.15.4

* lint

* formatting

* update

* put check into the right place

* lint
This commit is contained in:
Philipp Moritz
2019-12-14 16:36:49 -08:00
committed by Edward Oakes
parent ac8f8143e7
commit afae8406da
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ def find_version(*filepath):
requires = [
"numpy >= 1.14",
"numpy >= 1.16",
"filelock",
"jsonschema",
"funcsigs",