ant-ray-nightly 3.0.0.dev20251006__cp312-cp312-macosx_14_0_x86_64.whl → 3.0.0.dev20251015__cp312-cp312-macosx_14_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ant-ray-nightly might be problematic. Click here for more details.
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/METADATA +100 -100
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/RECORD +100 -100
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_cparser.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_find_header.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_parser.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_writer.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/hdrs.py.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_cookie_helpers.py +2 -6
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.pyx +1 -3
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.pyx +9 -7
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/reader_c.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/abc.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py +13 -4
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py +31 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/formdata.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py +18 -3
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/multipart.py +4 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/streams.py +8 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_fileresponse.py +4 -4
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py +3 -1
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/METADATA +24 -12
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/RECORD +33 -33
- ray/_private/runtime_env/agent/thirdparty_files/attr/__init__.pyi +4 -4
- ray/_private/runtime_env/agent/thirdparty_files/attr/_compat.py +8 -3
- ray/_private/runtime_env/agent/thirdparty_files/attr/_funcs.py +45 -16
- ray/_private/runtime_env/agent/thirdparty_files/attr/_make.py +334 -95
- ray/_private/runtime_env/agent/thirdparty_files/attr/_next_gen.py +58 -7
- ray/_private/runtime_env/agent/thirdparty_files/attr/_version_info.py +3 -0
- ray/_private/runtime_env/agent/thirdparty_files/attr/validators.py +51 -13
- ray/_private/runtime_env/agent/thirdparty_files/attr/validators.pyi +59 -5
- ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.py +4 -1
- ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.pyi +58 -7
- ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/METADATA +63 -60
- ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/RECORD +15 -15
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist/_frozenlist.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/METADATA +47 -1
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/RECORD +12 -0
- ray/_private/runtime_env/agent/thirdparty_files/idna/codec.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/core.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/idnadata.py +72 -6
- ray/_private/runtime_env/agent/thirdparty_files/idna/package_data.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/uts46data.py +891 -731
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/METADATA +37 -78
- ray/_private/runtime_env/agent/thirdparty_files/idna-3.11.dist-info/RECORD +22 -0
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/WHEEL +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info/licenses}/LICENSE.md +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/multidict/__init__.py +9 -8
- ray/_private/runtime_env/agent/thirdparty_files/multidict/_multidict.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/METADATA +2 -1
- ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/RECORD +8 -8
- ray/_private/runtime_env/agent/thirdparty_files/propcache/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.pyx +4 -5
- ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/METADATA +31 -1
- ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.1.dist-info/RECORD +18 -0
- ray/_private/runtime_env/agent/thirdparty_files/yarl/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/yarl/_quoting_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/METADATA +20 -1
- ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/RECORD +9 -9
- ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD +1 -1
- ray/thirdparty_files/setproctitle.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.7.0.dist-info/RECORD +0 -12
- ray/_private/runtime_env/agent/thirdparty_files/idna-3.10.dist-info/RECORD +0 -22
- ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.0.dist-info/RECORD +0 -18
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/WHEEL +0 -0
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/entry_points.txt +0 -0
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/REQUESTED +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/LICENSE.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/vendor/llhttp/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/NOTICE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/NOTICE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/top_level.txt +0 -0
{ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ant-ray-nightly
|
|
3
|
-
Version: 3.0.0.
|
|
3
|
+
Version: 3.0.0.dev20251015
|
|
4
4
|
Summary: Ray provides a simple, universal API for building distributed applications.
|
|
5
5
|
Home-page: https://github.com/ray-project/ray
|
|
6
6
|
Author: Ray Team
|
|
@@ -56,27 +56,27 @@ Requires-Dist: opentelemetry-sdk; extra == "observability"
|
|
|
56
56
|
Requires-Dist: opentelemetry-exporter-otlp; extra == "observability"
|
|
57
57
|
Requires-Dist: memray; sys_platform != "win32" and extra == "observability"
|
|
58
58
|
Provides-Extra: serve
|
|
59
|
-
Requires-Dist: aiohttp_cors; extra == "serve"
|
|
60
59
|
Requires-Dist: starlette; extra == "serve"
|
|
60
|
+
Requires-Dist: smart_open; extra == "serve"
|
|
61
61
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve"
|
|
62
|
-
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve"
|
|
63
|
-
Requires-Dist: opentelemetry-proto; extra == "serve"
|
|
64
|
-
Requires-Dist: uvicorn[standard]; extra == "serve"
|
|
65
|
-
Requires-Dist: prometheus_client>=0.7.1; extra == "serve"
|
|
66
|
-
Requires-Dist: opencensus; extra == "serve"
|
|
67
|
-
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve"
|
|
68
|
-
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve"
|
|
69
62
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve"
|
|
70
|
-
Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve"
|
|
71
|
-
Requires-Dist: smart_open; extra == "serve"
|
|
72
|
-
Requires-Dist: opentelemetry-sdk; extra == "serve"
|
|
73
|
-
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve"
|
|
74
|
-
Requires-Dist: fastapi; extra == "serve"
|
|
75
63
|
Requires-Dist: requests; extra == "serve"
|
|
76
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve"
|
|
65
|
+
Requires-Dist: opencensus; extra == "serve"
|
|
66
|
+
Requires-Dist: uvicorn[standard]; extra == "serve"
|
|
67
|
+
Requires-Dist: aiohttp_cors; extra == "serve"
|
|
77
68
|
Requires-Dist: aiohttp>=3.7; extra == "serve"
|
|
78
69
|
Requires-Dist: watchfiles; extra == "serve"
|
|
79
70
|
Requires-Dist: colorful; extra == "serve"
|
|
71
|
+
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve"
|
|
72
|
+
Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve"
|
|
73
|
+
Requires-Dist: prometheus_client>=0.7.1; extra == "serve"
|
|
74
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "serve"
|
|
75
|
+
Requires-Dist: opentelemetry-proto; extra == "serve"
|
|
76
|
+
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve"
|
|
77
|
+
Requires-Dist: opentelemetry-sdk; extra == "serve"
|
|
78
|
+
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve"
|
|
79
|
+
Requires-Dist: fastapi; extra == "serve"
|
|
80
80
|
Provides-Extra: tune
|
|
81
81
|
Requires-Dist: pandas; extra == "tune"
|
|
82
82
|
Requires-Dist: tensorboardX>=1.9; extra == "tune"
|
|
@@ -87,28 +87,28 @@ Requires-Dist: fsspec; extra == "tune"
|
|
|
87
87
|
Provides-Extra: adag
|
|
88
88
|
Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "adag"
|
|
89
89
|
Provides-Extra: serve-grpc
|
|
90
|
-
Requires-Dist: aiohttp_cors; extra == "serve-grpc"
|
|
91
90
|
Requires-Dist: starlette; extra == "serve-grpc"
|
|
91
|
+
Requires-Dist: smart_open; extra == "serve-grpc"
|
|
92
92
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve-grpc"
|
|
93
|
-
Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
|
|
94
|
-
Requires-Dist: opentelemetry-proto; extra == "serve-grpc"
|
|
95
|
-
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve-grpc"
|
|
96
|
-
Requires-Dist: prometheus_client>=0.7.1; extra == "serve-grpc"
|
|
97
|
-
Requires-Dist: opencensus; extra == "serve-grpc"
|
|
98
|
-
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve-grpc"
|
|
99
|
-
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve-grpc"
|
|
100
93
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve-grpc"
|
|
101
|
-
Requires-Dist:
|
|
102
|
-
Requires-Dist: smart_open; extra == "serve-grpc"
|
|
103
|
-
Requires-Dist: opentelemetry-sdk; extra == "serve-grpc"
|
|
94
|
+
Requires-Dist: requests; extra == "serve-grpc"
|
|
104
95
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve-grpc"
|
|
105
96
|
Requires-Dist: pyOpenSSL; extra == "serve-grpc"
|
|
106
|
-
Requires-Dist:
|
|
107
|
-
Requires-Dist:
|
|
108
|
-
Requires-Dist:
|
|
97
|
+
Requires-Dist: opencensus; extra == "serve-grpc"
|
|
98
|
+
Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
|
|
99
|
+
Requires-Dist: aiohttp_cors; extra == "serve-grpc"
|
|
109
100
|
Requires-Dist: aiohttp>=3.7; extra == "serve-grpc"
|
|
110
101
|
Requires-Dist: watchfiles; extra == "serve-grpc"
|
|
111
102
|
Requires-Dist: colorful; extra == "serve-grpc"
|
|
103
|
+
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve-grpc"
|
|
104
|
+
Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve-grpc"
|
|
105
|
+
Requires-Dist: prometheus_client>=0.7.1; extra == "serve-grpc"
|
|
106
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "serve-grpc"
|
|
107
|
+
Requires-Dist: opentelemetry-proto; extra == "serve-grpc"
|
|
108
|
+
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve-grpc"
|
|
109
|
+
Requires-Dist: opentelemetry-sdk; extra == "serve-grpc"
|
|
110
|
+
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve-grpc"
|
|
111
|
+
Requires-Dist: fastapi; extra == "serve-grpc"
|
|
112
112
|
Provides-Extra: rllib
|
|
113
113
|
Requires-Dist: pandas; extra == "rllib"
|
|
114
114
|
Requires-Dist: tensorboardX>=1.9; extra == "rllib"
|
|
@@ -131,109 +131,109 @@ Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x8
|
|
|
131
131
|
Requires-Dist: fsspec; extra == "train"
|
|
132
132
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "train"
|
|
133
133
|
Provides-Extra: air
|
|
134
|
-
Requires-Dist: pandas>=1.3; extra == "air"
|
|
135
|
-
Requires-Dist: tensorboardX>=1.9; extra == "air"
|
|
136
|
-
Requires-Dist: aiohttp_cors; extra == "air"
|
|
137
|
-
Requires-Dist: pandas; extra == "air"
|
|
138
134
|
Requires-Dist: starlette; extra == "air"
|
|
135
|
+
Requires-Dist: smart_open; extra == "air"
|
|
136
|
+
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "air"
|
|
137
|
+
Requires-Dist: fsspec; extra == "air"
|
|
139
138
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "air"
|
|
140
|
-
Requires-Dist:
|
|
141
|
-
Requires-Dist:
|
|
142
|
-
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "air"
|
|
143
|
-
Requires-Dist: prometheus_client>=0.7.1; extra == "air"
|
|
144
|
-
Requires-Dist: opencensus; extra == "air"
|
|
145
|
-
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "air"
|
|
146
|
-
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "air"
|
|
147
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "air"
|
|
139
|
+
Requires-Dist: tensorboardX>=1.9; extra == "air"
|
|
140
|
+
Requires-Dist: pandas; extra == "air"
|
|
148
141
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "air"
|
|
149
|
-
Requires-Dist:
|
|
150
|
-
Requires-Dist: smart_open; extra == "air"
|
|
151
|
-
Requires-Dist: opentelemetry-sdk; extra == "air"
|
|
142
|
+
Requires-Dist: requests; extra == "air"
|
|
152
143
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "air"
|
|
144
|
+
Requires-Dist: opencensus; extra == "air"
|
|
145
|
+
Requires-Dist: uvicorn[standard]; extra == "air"
|
|
153
146
|
Requires-Dist: fastapi; extra == "air"
|
|
154
|
-
Requires-Dist:
|
|
155
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "air"
|
|
147
|
+
Requires-Dist: aiohttp_cors; extra == "air"
|
|
156
148
|
Requires-Dist: aiohttp>=3.7; extra == "air"
|
|
157
|
-
Requires-Dist:
|
|
149
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "air"
|
|
158
150
|
Requires-Dist: watchfiles; extra == "air"
|
|
159
|
-
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "air"
|
|
160
|
-
Requires-Dist: numpy>=1.20; extra == "air"
|
|
161
151
|
Requires-Dist: colorful; extra == "air"
|
|
152
|
+
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "air"
|
|
153
|
+
Requires-Dist: opentelemetry-exporter-prometheus; extra == "air"
|
|
154
|
+
Requires-Dist: prometheus_client>=0.7.1; extra == "air"
|
|
155
|
+
Requires-Dist: pandas>=1.3; extra == "air"
|
|
156
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "air"
|
|
157
|
+
Requires-Dist: opentelemetry-proto; extra == "air"
|
|
158
|
+
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "air"
|
|
159
|
+
Requires-Dist: opentelemetry-sdk; extra == "air"
|
|
160
|
+
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "air"
|
|
161
|
+
Requires-Dist: numpy>=1.20; extra == "air"
|
|
162
162
|
Provides-Extra: all
|
|
163
|
-
Requires-Dist: pandas>=1.3; extra == "all"
|
|
164
|
-
Requires-Dist: ormsgpack==1.7.0; extra == "all"
|
|
165
|
-
Requires-Dist: lz4; extra == "all"
|
|
166
|
-
Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "all"
|
|
167
|
-
Requires-Dist: aiohttp_cors; extra == "all"
|
|
168
|
-
Requires-Dist: tensorboardX>=1.9; extra == "all"
|
|
169
163
|
Requires-Dist: starlette; extra == "all"
|
|
170
|
-
Requires-Dist: pandas; extra == "all"
|
|
171
|
-
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "all"
|
|
172
|
-
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "all"
|
|
173
|
-
Requires-Dist: opentelemetry-proto; extra == "all"
|
|
174
|
-
Requires-Dist: uvicorn[standard]; extra == "all"
|
|
175
164
|
Requires-Dist: memray; sys_platform != "win32" and extra == "all"
|
|
176
|
-
Requires-Dist:
|
|
165
|
+
Requires-Dist: scipy; extra == "all"
|
|
166
|
+
Requires-Dist: smart_open; extra == "all"
|
|
167
|
+
Requires-Dist: opentelemetry-api; extra == "all"
|
|
168
|
+
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "all"
|
|
169
|
+
Requires-Dist: fsspec; extra == "all"
|
|
170
|
+
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "all"
|
|
171
|
+
Requires-Dist: tensorboardX>=1.9; extra == "all"
|
|
172
|
+
Requires-Dist: dm_tree; extra == "all"
|
|
177
173
|
Requires-Dist: grpcio!=1.56.0; sys_platform == "darwin" and extra == "all"
|
|
178
|
-
Requires-Dist: opencensus; extra == "all"
|
|
179
|
-
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "all"
|
|
180
|
-
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "all"
|
|
181
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "all"
|
|
182
174
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "all"
|
|
183
|
-
Requires-Dist:
|
|
184
|
-
Requires-Dist:
|
|
185
|
-
Requires-Dist: opentelemetry-sdk; extra == "all"
|
|
175
|
+
Requires-Dist: pandas; extra == "all"
|
|
176
|
+
Requires-Dist: requests; extra == "all"
|
|
186
177
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "all"
|
|
187
178
|
Requires-Dist: pyOpenSSL; extra == "all"
|
|
179
|
+
Requires-Dist: opencensus; extra == "all"
|
|
180
|
+
Requires-Dist: pyyaml; extra == "all"
|
|
181
|
+
Requires-Dist: gymnasium==1.0.0; extra == "all"
|
|
182
|
+
Requires-Dist: uvicorn[standard]; extra == "all"
|
|
188
183
|
Requires-Dist: fastapi; extra == "all"
|
|
189
|
-
Requires-Dist:
|
|
190
|
-
Requires-Dist:
|
|
191
|
-
Requires-Dist: opentelemetry-api; extra == "all"
|
|
192
|
-
Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
|
|
193
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "all"
|
|
184
|
+
Requires-Dist: aiohttp_cors; extra == "all"
|
|
185
|
+
Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "all"
|
|
194
186
|
Requires-Dist: aiohttp>=3.7; extra == "all"
|
|
195
|
-
Requires-Dist:
|
|
196
|
-
Requires-Dist: gymnasium==1.0.0; extra == "all"
|
|
187
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "all"
|
|
197
188
|
Requires-Dist: watchfiles; extra == "all"
|
|
198
|
-
Requires-Dist:
|
|
199
|
-
Requires-Dist:
|
|
189
|
+
Requires-Dist: colorful; extra == "all"
|
|
190
|
+
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "all"
|
|
191
|
+
Requires-Dist: opentelemetry-exporter-prometheus; extra == "all"
|
|
192
|
+
Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
|
|
193
|
+
Requires-Dist: prometheus_client>=0.7.1; extra == "all"
|
|
194
|
+
Requires-Dist: pandas>=1.3; extra == "all"
|
|
195
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "all"
|
|
196
|
+
Requires-Dist: opentelemetry-proto; extra == "all"
|
|
197
|
+
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "all"
|
|
198
|
+
Requires-Dist: opentelemetry-sdk; extra == "all"
|
|
200
199
|
Requires-Dist: grpcio; extra == "all"
|
|
201
|
-
Requires-Dist:
|
|
200
|
+
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "all"
|
|
201
|
+
Requires-Dist: lz4; extra == "all"
|
|
202
|
+
Requires-Dist: ormsgpack==1.7.0; extra == "all"
|
|
202
203
|
Requires-Dist: numpy>=1.20; extra == "all"
|
|
203
|
-
Requires-Dist: colorful; extra == "all"
|
|
204
204
|
Provides-Extra: llm
|
|
205
|
-
Requires-Dist: pandas>=1.3; extra == "llm"
|
|
206
|
-
Requires-Dist: aiohttp_cors; extra == "llm"
|
|
207
205
|
Requires-Dist: starlette; extra == "llm"
|
|
206
|
+
Requires-Dist: smart_open; extra == "llm"
|
|
207
|
+
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "llm"
|
|
208
|
+
Requires-Dist: fsspec; extra == "llm"
|
|
208
209
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "llm"
|
|
209
|
-
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "llm"
|
|
210
|
-
Requires-Dist: uvicorn[standard]; extra == "llm"
|
|
211
|
-
Requires-Dist: opentelemetry-proto; extra == "llm"
|
|
212
|
-
Requires-Dist: typer; extra == "llm"
|
|
213
210
|
Requires-Dist: ninja; extra == "llm"
|
|
214
|
-
Requires-Dist:
|
|
215
|
-
Requires-Dist: opencensus; extra == "llm"
|
|
216
|
-
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "llm"
|
|
217
|
-
Requires-Dist: jsonschema; extra == "llm"
|
|
218
|
-
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "llm"
|
|
219
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "llm"
|
|
211
|
+
Requires-Dist: typer; extra == "llm"
|
|
220
212
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "llm"
|
|
221
|
-
Requires-Dist:
|
|
222
|
-
Requires-Dist: smart_open; extra == "llm"
|
|
223
|
-
Requires-Dist: opentelemetry-sdk; extra == "llm"
|
|
213
|
+
Requires-Dist: requests; extra == "llm"
|
|
224
214
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "llm"
|
|
215
|
+
Requires-Dist: opencensus; extra == "llm"
|
|
216
|
+
Requires-Dist: uvicorn[standard]; extra == "llm"
|
|
225
217
|
Requires-Dist: fastapi; extra == "llm"
|
|
226
|
-
Requires-Dist:
|
|
227
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "llm"
|
|
218
|
+
Requires-Dist: aiohttp_cors; extra == "llm"
|
|
228
219
|
Requires-Dist: aiohttp>=3.7; extra == "llm"
|
|
229
|
-
Requires-Dist:
|
|
230
|
-
Requires-Dist: fsspec; extra == "llm"
|
|
220
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "llm"
|
|
231
221
|
Requires-Dist: watchfiles; extra == "llm"
|
|
222
|
+
Requires-Dist: colorful; extra == "llm"
|
|
223
|
+
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "llm"
|
|
224
|
+
Requires-Dist: opentelemetry-exporter-prometheus; extra == "llm"
|
|
225
|
+
Requires-Dist: prometheus_client>=0.7.1; extra == "llm"
|
|
226
|
+
Requires-Dist: pandas>=1.3; extra == "llm"
|
|
232
227
|
Requires-Dist: jsonref>=1.1.0; extra == "llm"
|
|
228
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "llm"
|
|
229
|
+
Requires-Dist: opentelemetry-proto; extra == "llm"
|
|
230
|
+
Requires-Dist: jsonschema; extra == "llm"
|
|
231
|
+
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "llm"
|
|
232
|
+
Requires-Dist: opentelemetry-sdk; extra == "llm"
|
|
233
|
+
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "llm"
|
|
233
234
|
Requires-Dist: vllm>=0.8.5; extra == "llm"
|
|
234
|
-
Requires-Dist:
|
|
235
|
+
Requires-Dist: async-timeout; python_version < "3.11" and extra == "llm"
|
|
235
236
|
Requires-Dist: numpy>=1.20; extra == "llm"
|
|
236
|
-
Requires-Dist: colorful; extra == "llm"
|
|
237
237
|
Dynamic: author
|
|
238
238
|
Dynamic: author-email
|
|
239
239
|
Dynamic: classifier
|