Kai Fricke 261a8a7470 [air] Use custom fsspec handler for GS (#24008) 2 years ago
..
ray 261a8a7470 [air] Use custom fsspec handler for GS (#24008) 2 years ago
requirements c9df6ce70c [RLlib] Pinning gym to 0.21 to fix test issues (#24000) 2 years ago
MANIFEST.in 59209d695b Includes .pyi files in package data. (#21247) 2 years ago
README-building-wheels.md 05c4e3fb2a [build] Build wheels with manylinux2014 (#11621) 4 years ago
asv.conf.json 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 years ago
build-wheel-macos-arm64.sh 65d9a410f7 [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2 years ago
build-wheel-macos.sh 65d9a410f7 [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2 years ago
build-wheel-manylinux2014.sh 65d9a410f7 [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2 years ago
build-wheel-windows.sh 65d9a410f7 [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2 years ago
requirements.txt 2a5c40a149 [Core] remove Windows compatibility for Redis (#23991) 2 years ago
requirements_linters.txt 5f37231842 Remove yapf dependency (#23656) 2 years ago
requirements_ml_docker.txt e109c13b83 [ci] Clean up ray-ml requirements (#23325) 2 years ago
setup.py e3bd59882d [air] Move storage handling to pyarrow.fs.FileSystem (#23370) 2 years ago

README-building-wheels.md

Building manylinux2014 wheels

WARNING: To cause everything to be rebuilt, this script will delete ALL changes to the repository, including both changes to tracked files, and ANY untracked files.

It will also cause all files inside the repository to be owned by root, and produce .whl files owned by root.

Inside the root directory (i.e., one level above this python directory), run

docker run -e TRAVIS_COMMIT=<commit_number_to_use> --rm -w /ray -v `pwd`:/ray -ti quay.io/pypa/manylinux2014_x86_64  /ray/python/build-wheel-manylinux2014.sh

The wheel files will be placed in the .whl directory.

Building MacOS wheels

To build wheels for MacOS, run the following inside the root directory (i.e., one level above this python directory).

./python/build-wheel-macos.sh

The script uses sudo multiple times, so you may need to type in a password.