warp-lang 1.10.0.dev20251002__tar.gz → 1.10.0.dev20251004__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.dev20251002
3
+ Version: 1.10.0.dev20251004
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
@@ -27,27 +27,45 @@ Classifier: Topic :: Scientific/Engineering
27
27
  Requires-Python: >=3.8
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
+ License-File: licenses/Gaia-LICENSE.txt
31
+ License-File: licenses/appdirs-LICENSE.txt
32
+ License-File: licenses/asset_pixel_jpg-LICENSE.txt
33
+ License-File: licenses/cuda-LICENSE.txt
34
+ License-File: licenses/dlpack-LICENSE.txt
35
+ License-File: licenses/fp16-LICENSE.txt
36
+ License-File: licenses/libmathdx-LICENSE.txt
37
+ License-File: licenses/llvm-LICENSE.txt
38
+ License-File: licenses/moller-LICENSE.txt
39
+ License-File: licenses/nanovdb-LICENSE.txt
40
+ License-File: licenses/nvrtc-LICENSE.txt
41
+ License-File: licenses/svd-LICENSE.txt
42
+ License-File: licenses/unittest_parallel-LICENSE.txt
43
+ License-File: licenses/windingnumber-LICENSE.txt
30
44
  Requires-Dist: numpy
31
45
  Provides-Extra: docs
32
46
  Requires-Dist: nvidia-sphinx-theme; python_version >= "3.9" and extra == "docs"
33
47
  Requires-Dist: sphinx-copybutton; extra == "docs"
34
- Requires-Dist: ruff==0.11.10; extra == "docs"
48
+ Requires-Dist: pre-commit; extra == "docs"
35
49
  Requires-Dist: myst_parser; extra == "docs"
50
+ Provides-Extra: benchmark
51
+ Requires-Dist: usd-core>=25.5; platform_machine != "aarch64" and extra == "benchmark"
52
+ Requires-Dist: usd-exchange>=2.1.0a3; (python_full_version >= "3.10" and platform_machine == "aarch64") and extra == "benchmark"
53
+ Provides-Extra: examples
54
+ Requires-Dist: blosc>=1.11.1; extra == "examples"
55
+ Requires-Dist: matplotlib>=3.7.5; extra == "examples"
56
+ Requires-Dist: pillow>=10.4.0; extra == "examples"
57
+ Requires-Dist: psutil>=7.1.0; extra == "examples"
58
+ 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-exchange>=2.1.0a3; (python_full_version >= "3.10" and platform_machine == "aarch64") and extra == "examples"
61
+ Provides-Extra: torch-cu12
62
+ Requires-Dist: warp-lang[examples]; extra == "torch-cu12"
63
+ Requires-Dist: torch>=2.7.0; python_version >= "3.9" and extra == "torch-cu12"
36
64
  Provides-Extra: dev
37
- Requires-Dist: pre-commit; extra == "dev"
38
- Requires-Dist: ruff==0.11.10; extra == "dev"
65
+ Requires-Dist: warp-lang[examples]; extra == "dev"
66
+ Requires-Dist: warp-lang[docs]; extra == "dev"
39
67
  Requires-Dist: nvtx; extra == "dev"
40
- Requires-Dist: nvidia-sphinx-theme; python_version >= "3.9" and extra == "dev"
41
- Requires-Dist: sphinx-copybutton; extra == "dev"
42
68
  Requires-Dist: coverage[toml]; extra == "dev"
43
- Provides-Extra: benchmark
44
- Requires-Dist: usd-core; platform_machine != "aarch64" and extra == "benchmark"
45
- Provides-Extra: extras
46
- Requires-Dist: usd-core; extra == "extras"
47
- Requires-Dist: matplotlib; extra == "extras"
48
- Requires-Dist: pillow; extra == "extras"
49
- Requires-Dist: pyglet; extra == "extras"
50
- Requires-Dist: psutil; extra == "extras"
51
69
  Dynamic: license-file
52
70
 
53
71
  [![PyPI version](https://badge.fury.io/py/warp-lang.svg)](https://badge.fury.io/py/warp-lang)
@@ -86,7 +104,7 @@ The easiest way to install Warp is from [PyPI](https://pypi.org/project/warp-lan
86
104
  pip install warp-lang
87
105
  ```
88
106
 
89
- You can also use `pip install warp-lang[extras]` to install additional dependencies for running examples and USD-related features.
107
+ You can also use `pip install warp-lang[examples]` to install additional dependencies for running examples and USD-related features.
90
108
 
91
109
  The binaries hosted on PyPI are currently built with the CUDA 12 runtime.
92
110
  We also provide binaries built with the CUDA 13.0 runtime on the [GitHub Releases](https://github.com/NVIDIA/warp/releases) page.
@@ -406,6 +424,9 @@ Note that prior to 0.11.0, this schema was not strictly adhered to.
406
424
  Warp is provided under the Apache License, Version 2.0.
407
425
  Please see [LICENSE.md](https://github.com/NVIDIA/warp/blob/main/LICENSE.md) for full license text.
408
426
 
427
+ This project will download and install additional third-party open source software projects.
428
+ Review the license terms of these open source projects before use.
429
+
409
430
  ## Contributing
410
431
 
411
432
  Contributions and pull requests from the community are welcome.