Merge pull request #298297 from BillHuang2001/update/python3Packages.ray

python3Packages.ray: 2.9.0 -> 2.10.0
This commit is contained in:
Pol Dellaiera 2024-04-17 08:31:20 +02:00 committed by GitHub
commit f3936d0281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
cp310 = {
hash = "sha256-u3lZbEScS6AnvJg5KZYX2Mh2saW2Hxah5AGqkBrUUYM=";
hash = "sha256-y3T30qpaIeX53LMVpPm96CIyjna6lc0Lo3DP2gmKZ/Q=";
};
cp311 = {
hash = "sha256-E8VV/nMPzjVXJuja56fWztvkcKfhJXSACOv8RLDFgn0=";
hash = "sha256-x9FDjLqHJuyaWclpZOAHtgoHKENmR/SMODIoaSwvLuA=";
};
}

View File

@ -52,7 +52,7 @@
let
pname = "ray";
version = "2.9.0";
version = "2.10.0";
in
buildPythonPackage rec {
inherit pname version;