Merge pull request #280882 from a-n-n-a-l-e-e/ray-setuptools

python311Packages.ray: 2.7.0 -> 2.9.0; fix build
This commit is contained in:
OTABI Tomoya 2024-01-14 20:32:48 +09:00 committed by GitHub
commit a65630c6be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View file

@ -1,11 +1,8 @@
{
cp39 = {
sha256 = "0e0f7dbeb4444940c72b64fdecd6f331593466914b2dffeed03ce97225acec14";
};
cp310 = {
sha256 = "b83621f5d2d4079e6ae624c3bf30046a4fefa0ea7ea5e4a4dfe4b50c580b3768";
hash = "sha256-u3lZbEScS6AnvJg5KZYX2Mh2saW2Hxah5AGqkBrUUYM=";
};
cp311 = {
sha256 = "8384b3f30bc1446ef810e9e894afa03238c5ac40d3c40c0740d82f347112015d";
hash = "sha256-E8VV/nMPzjVXJuja56fWztvkcKfhJXSACOv8RLDFgn0=";
};
}

View file

@ -52,13 +52,13 @@
let
pname = "ray";
version = "2.7.0";
version = "2.9.0";
in
buildPythonPackage rec {
inherit pname version;
format = "wheel";
disabled = pythonOlder "3.9" || pythonAtLeast "3.12";
disabled = pythonOlder "3.10" || pythonAtLeast "3.12";
src =
let