Richard Liaw
fa1c6510f7
[hotfix] Revert "Exclude Bazel build files from Ray wheels ( #25679 )" ( #25950 )
...
Nightly wheels are stuck at 736c7b13c4
.
2022-06-20 20:59:48 -07:00
Philipp Moritz
d8ec5929b6
Exclude Bazel build files from Ray wheels ( #25679 )
...
Including the Bazel build files in the wheel leads to problems if the Ray wheels are brought in as a dependency from another bazel workspace, since that workspace will not recurse into the directories of the wheel that contain BUILD files -- this can lead to dropped files.
This only happens for macOS wheels, on linux wheels the BUILD files were already excluded.
2022-06-11 16:05:59 -07:00
Israël Hallé
59209d695b
Includes .pyi files in package data. ( #21247 )
2021-12-27 11:50:02 -08:00
mwtian
2e8d8fba02
[Build] Another attempt at building Python 3.9 MacOS wheels ( #16347 )
...
* Test rollforward python 3.9
* Upgrade setproctitle in thirdparty
* Update cython requirement to match those in wheel build scripts.
* Fix MANIFEST.in
* Fix file copying in setup.py
2021-06-10 10:20:30 -07:00
Cassidy Laidlaw
ef5adc1476
Include py.typed in MANIFEST.in to make sure it is packaged in wheels ( #14492 )
2021-03-15 10:43:12 -07:00
Markus Cozowicz
49439611f1
[autoscaler] Replace cluster yaml validation with json schema v… ( #7261 )
...
* replace manual cluster yaml validation with json schema
- improved error message
- support for intellisense in VSCode (or other IDEs)
- run linting
- moved schema to ray/autoscaler
- fixed typo
- remove importlib dependency
* Update python/ray/autoscaler/autoscaler.py
* read
* restrict allowed properties
* added unit test for invalid yaml
added ray[test] package (remove pytest from default dependencies)
* updated autoscaler test to use ValidationError exception
* add missing dependency
* added pytest
* replace manual cluster yaml validation with json schema
- improved error message
- support for intellisense in VSCode (or other IDEs)
- run linting
- moved schema to ray/autoscaler
- fixed typo
- remove importlib dependency
* Update python/ray/autoscaler/autoscaler.py
* read
* restrict allowed properties
* added unit test for invalid yaml
added ray[test] package (remove pytest from default dependencies)
* updated autoscaler test to use ValidationError exception
* add missing dependency
* added pytest
* removed parameterized dependency
reverted ray[test] intro
* removed parameterized
* fix_tests
* format
Co-authored-by: Ubuntu <marcozo@mc-ray-jumpbox.chcbtljllnieveqhw3e4c1ducc.xx.internal.cloudapp.net>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-03-10 18:58:55 -07:00