mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Use environment markers to only install faulthandler in Python < 3.3. (#3764)
This commit is contained in:
parent
1bb20badec
commit
19908c01b8
1 changed files with 1 additions and 3 deletions
|
@ -146,11 +146,9 @@ requires = [
|
|||
# The six module is required by pyarrow.
|
||||
"six >= 1.0.0",
|
||||
"flatbuffers",
|
||||
"faulthandler;python_version<'3.3'",
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
requires.append("faulthandler")
|
||||
|
||||
setup(
|
||||
name="ray",
|
||||
version=find_version("ray", "__init__.py"),
|
||||
|
|
Loading…
Add table
Reference in a new issue