cuopt-server-cu13 25.10.0__tar.gz
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.
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cuopt_server-cu13
|
|
3
|
+
Version: 25.10.0
|
|
4
|
+
Summary: cuOpt Microserver - GPU Combinatorial Optimization
|
|
5
|
+
Author: NVIDIA Corporation
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://docs.nvidia.com/cuopt/introduction.html
|
|
8
|
+
Project-URL: Source, https://github.com/nvidia/cuopt
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Requires-Dist: cuopt-cu13==25.10.*
|
|
20
|
+
Requires-Dist: cupy-cuda13x>=13.6.0
|
|
21
|
+
Requires-Dist: fastapi
|
|
22
|
+
Requires-Dist: jsonref==1.1.0
|
|
23
|
+
Requires-Dist: msgpack-numpy==0.4.8
|
|
24
|
+
Requires-Dist: msgpack==1.1.0
|
|
25
|
+
Requires-Dist: numpy<3.0a0,>=1.23.5
|
|
26
|
+
Requires-Dist: pandas>=2.0
|
|
27
|
+
Requires-Dist: psutil>=6.0.0
|
|
28
|
+
Requires-Dist: uvicorn==0.34.*
|
|
29
|
+
Provides-Extra: test
|
|
30
|
+
Requires-Dist: jsonref==1.1.0; extra == "test"
|
|
31
|
+
Requires-Dist: msgpack-numpy==0.4.8; extra == "test"
|
|
32
|
+
Requires-Dist: msgpack==1.1.0; extra == "test"
|
|
33
|
+
Requires-Dist: pexpect; extra == "test"
|
|
34
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
35
|
+
Requires-Dist: pytest<8; extra == "test"
|
|
36
|
+
Requires-Dist: requests; extra == "test"
|
|
37
|
+
Dynamic: license-file
|
|
38
|
+
|
|
39
|
+
cuOpt Microserver - GPU Combinatorial Optimization
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
|
+
# SPDX-License-Identifier: Apache-2
|
|
3
|
+
|
|
4
|
+
[build-system]
|
|
5
|
+
requires = ["wheel-stub"]
|
|
6
|
+
build-backend = "wheel_stub.buildapi"
|
|
7
|
+
|
|
8
|
+
[tool.wheel_stub]
|
|
9
|
+
index_url = "https://pypi.nvidia.com/"
|
|
10
|
+
include_cuda_debuginfo = true
|