Merge pull request #256222 from aaronjheng/ray

python310Packages.ray: clean up
This commit is contained in:
Weijia Wang 2023-10-01 01:56:02 +02:00 committed by GitHub
commit 9ef1a76ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -4,7 +4,6 @@
, aiosignal
, attrs
, autoPatchelfHook
, buildBazelPackage
, buildPythonPackage
, fetchPypi
, click
@ -18,7 +17,6 @@
, frozenlist
, fsspec
, gpustat
, grpc
, grpcio
, gym
, jsonschema
@ -32,7 +30,6 @@
, pandas
, py-spy
, prometheus-client
, protobuf3_20
, psutil
, pyarrow
, pydantic
@ -41,14 +38,12 @@
, pythonOlder
, pythonRelaxDepsHook
, pyyaml
, redis
, requests
, scikit-image
, scipy
, setproctitle
, smart-open
, starlette
, stdenv
, tabulate
, tensorboardx
, uvicorn
@ -144,7 +139,6 @@ buildPythonPackage rec {
packaging
py-spy
prometheus-client
protobuf3_20
psutil
pydantic
pyyaml

View file

@ -11198,7 +11198,7 @@ self: super: with self; {
rawkit = callPackage ../development/python-modules/rawkit { };
ray = callPackage ../development/python-modules/ray { redis = pkgs.redis; };
ray = callPackage ../development/python-modules/ray { };
razdel = callPackage ../development/python-modules/razdel { };