warp-lang 1.10.0.dev20251006__tar.gz → 1.10.0.dev20251008__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.
Potentially problematic release.
This version of warp-lang might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: warp-lang
|
|
3
|
-
Version: 1.10.0.
|
|
3
|
+
Version: 1.10.0.dev20251008
|
|
4
4
|
Summary: A Python framework for high-performance simulation and graphics programming
|
|
5
5
|
Author-email: NVIDIA Corporation <warp-python@nvidia.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
23
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
24
|
Classifier: Environment :: GPU :: NVIDIA CUDA
|
|
24
25
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
@@ -48,7 +49,7 @@ Requires-Dist: sphinx-copybutton; extra == "docs"
|
|
|
48
49
|
Requires-Dist: pre-commit; extra == "docs"
|
|
49
50
|
Requires-Dist: myst_parser; extra == "docs"
|
|
50
51
|
Provides-Extra: benchmark
|
|
51
|
-
Requires-Dist: usd-core>=25.5; platform_machine != "aarch64" and extra == "benchmark"
|
|
52
|
+
Requires-Dist: usd-core>=25.5; (platform_machine != "aarch64" and python_version < "3.14") and extra == "benchmark"
|
|
52
53
|
Requires-Dist: usd-exchange>=2.1.0a3; (python_full_version >= "3.10" and platform_machine == "aarch64") and extra == "benchmark"
|
|
53
54
|
Provides-Extra: examples
|
|
54
55
|
Requires-Dist: blosc>=1.11.1; extra == "examples"
|
|
@@ -56,7 +57,7 @@ Requires-Dist: matplotlib>=3.7.5; extra == "examples"
|
|
|
56
57
|
Requires-Dist: pillow>=10.4.0; extra == "examples"
|
|
57
58
|
Requires-Dist: psutil>=7.1.0; extra == "examples"
|
|
58
59
|
Requires-Dist: pyglet>=2.1.9; extra == "examples"
|
|
59
|
-
Requires-Dist: usd-core>=25.5; platform_machine != "aarch64" and extra == "examples"
|
|
60
|
+
Requires-Dist: usd-core>=25.5; (platform_machine != "aarch64" and python_version < "3.14") and extra == "examples"
|
|
60
61
|
Requires-Dist: usd-exchange>=2.1.0a3; (python_full_version >= "3.10" and platform_machine == "aarch64") and extra == "examples"
|
|
61
62
|
Provides-Extra: torch-cu12
|
|
62
63
|
Requires-Dist: warp-lang[examples]; extra == "torch-cu12"
|
|
File without changes
|