aiconfigurator-core 0.11.0.dev20260728__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,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: aiconfigurator-core
3
+ Version: 0.11.0.dev20260728
4
+ Requires-Dist: packaging>=20.0
5
+ Requires-Dist: numpy~=1.26.4
6
+ Requires-Dist: pandas>=2.2.3
7
+ Requires-Dist: pyarrow>=15.0.0
8
+ Requires-Dist: pyyaml>=6.0
9
+ Requires-Dist: scipy>=1.13.1
10
+ Summary: Standalone core modeling, data, and Rust estimators for AIConfigurator
11
+ Author-email: "NVIDIA Inc." <sw-dl-dynamo@nvidia.com>
12
+ License-Expression: Apache-2.0
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+
16
+ Standalone core modeling, data, and Rust estimators for AIConfigurator.
@@ -0,0 +1,10 @@
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 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