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

python3Packages.ray: 2.10.0 -> 2.23.0
This commit is contained in:
Peder Bergebakken Sundt
2024-06-05 14:06:07 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,8 @@
{
cp310 = {
hash = "sha256-y3T30qpaIeX53LMVpPm96CIyjna6lc0Lo3DP2gmKZ/Q=";
hash = "sha256-VWEPjq5lzlaGvedaV4LOY+KgESzNImK4rNcHJk2m2+o=";
};
cp311 = {
hash = "sha256-x9FDjLqHJuyaWclpZOAHtgoHKENmR/SMODIoaSwvLuA=";
hash = "sha256-FcEJ/ZlpMmMjyL2wcBzZryHIX0ZQAvdJUGIvmlgOxOU=";
};
}
@@ -53,7 +53,7 @@
let
pname = "ray";
version = "2.10.0";
version = "2.23.0";
in
buildPythonPackage rec {
inherit pname version;