cuopt-server-cu12 25.5.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,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: cuopt_server-cu12
3
+ Version: 25.5.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
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Requires-Dist: cuopt-cu12==25.05.*
19
+ Requires-Dist: fastapi
20
+ Requires-Dist: httpx
21
+ Requires-Dist: jsonref==1.1.0
22
+ Requires-Dist: msgpack-numpy==0.4.8
23
+ Requires-Dist: msgpack==1.1.0
24
+ Requires-Dist: numpy<3.0a0,>=1.23.5
25
+ Requires-Dist: pandas<2.2.3dev0,>=2.0
26
+ Requires-Dist: psutil==5.9.6
27
+ Requires-Dist: uvicorn==0.30.*
28
+ Provides-Extra: test
29
+ Requires-Dist: jsonref==1.1.0; extra == "test"
30
+ Requires-Dist: msgpack-numpy==0.4.8; extra == "test"
31
+ Requires-Dist: msgpack==1.1.0; extra == "test"
32
+ Requires-Dist: pexpect; extra == "test"
33
+ Requires-Dist: pytest-cov; extra == "test"
34
+ Requires-Dist: pytest<8; extra == "test"
35
+ Requires-Dist: requests; extra == "test"
36
+ Dynamic: license-file
37
+
38
+ 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