Remove Modin from Ray wheels. (#5647)

There are several reasons for this:

* We no longer support python2
* There should be only 1 way of installing Modin
  * Issue management on these wheels
* I have never heard of anyone using this feature
* It is rarely kept up to date
* Modin depends on specific versions of Ray because of past API changes
This commit is contained in:
Devin Petersohn
2019-09-05 23:46:27 -07:00
committed by Simon Mo
parent ddadc18ef6
commit c33d6662ce
7 changed files with 1 additions and 73 deletions
-3
View File
@@ -53,9 +53,6 @@ except ImportError as e:
e.args += (helpful_message, )
raise
modin_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "modin")
sys.path.append(modin_path)
from ray._raylet import (
ActorCheckpointID,
ActorClassID,