Merge pull request #326202 from GaetanLepage/ray

This commit is contained in:
Sandro
2024-07-15 16:46:16 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -1,11 +1,11 @@
{
cp310 = {
hash = "sha256-iSKDUwJTakE1nStvaMvJ5RwS7+a9JiurOe8wcRjs7Ik=";
hash = "sha256-YlQ2hoW5MjQkOJ4L2/GsomlyX3rkNDjdC82hZ0RwzGw=";
};
cp311 = {
hash = "sha256-SQ7tIqb+XWqWqUYxAT8PTT9SBnl1us6soJiy9zLHJQI=";
hash = "sha256-VhbwU8sSccbuybGCPGeEF+lXv9fGGtVs1+e4S5vOURI=";
};
cp312 = {
hash = "sha256-ri2m867sokJjB3wB7yOEEQczRzMglzbCJ0vOomJDhGI=";
hash = "sha256-EYug39E5RXG8W8x7aQTajcbFmvq8FZiXxdiSKV3htBE=";
};
}
@@ -52,7 +52,7 @@
let
pname = "ray";
version = "2.31.0";
version = "2.32.0";
in
buildPythonPackage rec {
inherit pname version;
@@ -76,7 +76,7 @@ buildPythonPackage rec {
// binary-hash
);
passthru.optional-dependencies = rec {
optional-dependencies = rec {
data-deps = [
pandas
pyarrow