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
+3
View File
@@ -1,12 +1,15 @@
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import hashlib
import io
import logging
import time
import pyarrow
import pyarrow.plasma as plasma
import ray.cloudpickle as pickle
from ray import ray_constants, JobID
import ray.utils