python311Packages.ray: 2.30.0 -> 2.31.0
Diff: https://github.com/ray-project/ray/compare/ray-2.30.0...ray-2.31.0 Changelog: https://github.com/ray-project/ray/releases/tag/ray-2.31.0
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
cp310 = {
|
||||
hash = "sha256-m8SBwbXXKU1ocvrBROAOoTlLfhMPtBJJ0WcNtJQVbYE=";
|
||||
hash = "sha256-iSKDUwJTakE1nStvaMvJ5RwS7+a9JiurOe8wcRjs7Ik=";
|
||||
};
|
||||
cp311 = {
|
||||
hash = "sha256-4gO1dWWgCPKsn54ekpIW4NfXdvU0FEzMePZsEFI09wE=";
|
||||
hash = "sha256-SQ7tIqb+XWqWqUYxAT8PTT9SBnl1us6soJiy9zLHJQI=";
|
||||
};
|
||||
cp312 = {
|
||||
hash = "sha256-ri2m867sokJjB3wB7yOEEQczRzMglzbCJ0vOomJDhGI=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,13 +53,13 @@
|
||||
|
||||
let
|
||||
pname = "ray";
|
||||
version = "2.30.0";
|
||||
version = "2.31.0";
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonOlder "3.10" || pythonAtLeast "3.12";
|
||||
disabled = pythonOlder "3.10" || pythonAtLeast "3.13";
|
||||
|
||||
src =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user