mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Remove six and cloudpickle from setup.py. (#7694)
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
from abc import ABC, abstractmethod
|
||||
import typing
|
||||
|
||||
import cloudpickle
|
||||
from ray import cloudpickle
|
||||
from ray.streaming.runtime import gateway_client
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import importlib
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
import cloudpickle
|
||||
from ray import cloudpickle
|
||||
from ray.streaming.runtime import gateway_client
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user