mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
This commit is contained in:
parent
d9b166252b
commit
e6511bcf56
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import urllib.request
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8), (3, 9)]
|
||||
SUPPORTED_BAZEL = (4, 2, 1)
|
||||
SUPPORTED_BAZEL = (3, 4, 1)
|
||||
|
||||
ROOT_DIR = os.path.dirname(__file__)
|
||||
BUILD_JAVA = os.getenv("RAY_INSTALL_JAVA") == "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue