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 1c389fcbfc
commit 93157e0774
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ def find_version(*filepath):
requires = [
"numpy >= 1.14",
"numpy >= 1.16",
"filelock",
"jsonschema",
"funcsigs",