warp-lang 1.10.0.dev20251001__tar.gz → 1.10.0.dev20251003__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.dev20251003
|
|
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
|
|
@@ -95,9 +95,9 @@ the `pip install` command, e.g.
|
|
|
95
95
|
|
|
96
96
|
| Platform | Install Command |
|
|
97
97
|
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
|
98
|
-
| Linux aarch64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.
|
|
99
|
-
| Linux x86-64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.
|
|
100
|
-
| Windows x86-64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.
|
|
98
|
+
| Linux aarch64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.1/warp_lang-1.9.1+cu13-py3-none-manylinux_2_34_aarch64.whl` |
|
|
99
|
+
| Linux x86-64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.1/warp_lang-1.9.1+cu13-py3-none-manylinux_2_34_x86_64.whl` |
|
|
100
|
+
| Windows x86-64 | `pip install https://github.com/NVIDIA/warp/releases/download/v1.9.1/warp_lang-1.9.1+cu13-py3-none-win_amd64.whl` |
|
|
101
101
|
|
|
102
102
|
The `--force-reinstall` option may need to be used to overwrite a previous installation.
|
|
103
103
|
|
|
File without changes
|