cuopt-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,36 @@
1
+ Metadata-Version: 2.1
2
+ Name: cuopt-cu12
3
+ Version: 25.5.0
4
+ Summary: cuOpt - GPU Combinatorial Optimization
5
+ Author: NVIDIA Corporation
6
+ License: Apache-2.0
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: License :: OSI Approved :: Apache Software License
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Project-URL: Homepage, https://docs.nvidia.com/cuopt/introduction.html
14
+ Project-URL: Source, https://github.com/nvidia/cuopt
15
+ Requires-Python: >=3.10
16
+ Requires-Dist: cudf-cu12==25.4.*
17
+ Requires-Dist: cuopt-mps-parser==25.5.*
18
+ Requires-Dist: cupy-cuda12x
19
+ Requires-Dist: cuvs-cu12==25.4.*
20
+ Requires-Dist: libcuopt-cu12==25.5.*
21
+ Requires-Dist: numba<0.61.0a0,>=0.59.1
22
+ Requires-Dist: numpy<3.0a0,>=1.23.5
23
+ Requires-Dist: pandas<2.2.3dev0,>=2.0
24
+ Requires-Dist: pylibraft-cu12==25.4.*
25
+ Requires-Dist: raft-dask-cu12==25.4.*
26
+ Requires-Dist: rapids-dask-dependency==25.4.*
27
+ Requires-Dist: rapids-logger==0.1.*
28
+ Requires-Dist: rmm-cu12==25.4.*
29
+ Provides-Extra: test
30
+ Requires-Dist: numpy<3.0a0,>=1.23.5; extra == "test"
31
+ Requires-Dist: pytest-cov; extra == "test"
32
+ Requires-Dist: pytest<8; extra == "test"
33
+ Requires-Dist: rapids-logger==0.1.*; extra == "test"
34
+ Description-Content-Type: text/markdown
35
+
36
+ cuOpt - 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