jaxsim 0.7.1.dev64__py3-none-any.whl → 0.7.1.dev67__py3-none-any.whl
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.
- jaxsim/_version.py +2 -2
- {jaxsim-0.7.1.dev64.dist-info → jaxsim-0.7.1.dev67.dist-info}/METADATA +17 -1
- {jaxsim-0.7.1.dev64.dist-info → jaxsim-0.7.1.dev67.dist-info}/RECORD +6 -6
- {jaxsim-0.7.1.dev64.dist-info → jaxsim-0.7.1.dev67.dist-info}/WHEEL +0 -0
- {jaxsim-0.7.1.dev64.dist-info → jaxsim-0.7.1.dev67.dist-info}/licenses/LICENSE +0 -0
- {jaxsim-0.7.1.dev64.dist-info → jaxsim-0.7.1.dev67.dist-info}/top_level.txt +0 -0
jaxsim/_version.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '0.7.1.
|
21
|
-
__version_tuple__ = version_tuple = (0, 7, 1, '
|
20
|
+
__version__ = version = '0.7.1.dev67'
|
21
|
+
__version_tuple__ = version_tuple = (0, 7, 1, 'dev67')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jaxsim
|
3
|
-
Version: 0.7.1.
|
3
|
+
Version: 0.7.1.dev67
|
4
4
|
Summary: A differentiable physics engine and multibody dynamics library for control and robot learning.
|
5
5
|
Author-email: Diego Ferigo <dgferigo@gmail.com>, Filippo Luca Ferretti <filippoluca.ferretti@outlook.com>
|
6
6
|
Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Alessandro Croci <alessandro.croci@iit.it>
|
@@ -233,6 +233,14 @@ You can enforce GPU support, if needed, by also specifying `"jaxlib = * = *cuda*
|
|
233
233
|
> ### Note
|
234
234
|
> The minimum version of `pixi` required is `0.39.0`.
|
235
235
|
|
236
|
+
Since the `pixi.lock` file is stored using Git LFS, make sure you have [Git LFS](https://github.com/git-lfs/git-lfs/blob/main/INSTALLING.md) installed and properly configured on your system before installation. After cloning the repository, run:
|
237
|
+
|
238
|
+
```bash
|
239
|
+
git lfs install && git lfs pull
|
240
|
+
```
|
241
|
+
|
242
|
+
This ensures all LFS-tracked files are properly downloaded before you proceed with the installation.
|
243
|
+
|
236
244
|
You can add the jaxsim dependency in [`pixi`][pixi] project as follows:
|
237
245
|
|
238
246
|
```bash
|
@@ -297,6 +305,14 @@ pip install --no-deps -e .
|
|
297
305
|
> ### Note
|
298
306
|
> The minimum version of `pixi` required is `0.39.0`.
|
299
307
|
|
308
|
+
Since the `pixi.lock` file is stored using Git LFS, make sure you have [Git LFS](https://github.com/git-lfs/git-lfs/blob/main/INSTALLING.md) installed and properly configured on your system before installation. After cloning the repository, run:
|
309
|
+
|
310
|
+
```bash
|
311
|
+
git lfs install && git lfs pull
|
312
|
+
```
|
313
|
+
|
314
|
+
This ensures all LFS-tracked files are properly downloaded before you proceed with the installation.
|
315
|
+
|
300
316
|
You can install the default dependencies of the project using [`pixi`][pixi] as follows:
|
301
317
|
|
302
318
|
```bash
|
@@ -1,5 +1,5 @@
|
|
1
1
|
jaxsim/__init__.py,sha256=EKeysKN-7UswwJLCl7n6qIBKQIVUtYsCMYu_tCoFn7g,3628
|
2
|
-
jaxsim/_version.py,sha256=
|
2
|
+
jaxsim/_version.py,sha256=lpdTbG3YGqsTW99QEMoIM2-xJyn_Dn0BtpgLEgp87Pg,526
|
3
3
|
jaxsim/exceptions.py,sha256=MQ3LRMfVMX2-g3qYj7mUVNV9OLlIA48TANJegbcQyXI,2641
|
4
4
|
jaxsim/logging.py,sha256=STI-D_upXZYX-ZezLrlJJ0UlD5YspST0vZ_DcIwkzO4,1553
|
5
5
|
jaxsim/typing.py,sha256=7msl8t5Jt09RNYfKdPJtpjLfWurldcycDappb045Eso,761
|
@@ -66,8 +66,8 @@ jaxsim/utils/__init__.py,sha256=Y5zyoRevl3EMVQadhZ4EtSwTEkDt2vcnFoRhPJjKTZ0,215
|
|
66
66
|
jaxsim/utils/jaxsim_dataclass.py,sha256=XzmZeIibcaOzaxpprsGSxH3UrM66PAO456rFV91sNXg,11453
|
67
67
|
jaxsim/utils/tracing.py,sha256=Btwxdfhb7fJLk3r5PlQkGYj60Y2KbFT1gANGIA697FU,530
|
68
68
|
jaxsim/utils/wrappers.py,sha256=3IMwydqFgmSPqeuUQ3PRmdhDc1IoT6XC23jPC_LjWXs,4175
|
69
|
-
jaxsim-0.7.1.
|
70
|
-
jaxsim-0.7.1.
|
71
|
-
jaxsim-0.7.1.
|
72
|
-
jaxsim-0.7.1.
|
73
|
-
jaxsim-0.7.1.
|
69
|
+
jaxsim-0.7.1.dev67.dist-info/licenses/LICENSE,sha256=eaYdFmdeMbiIoIiPzEK0MjP1S9wtFXjXNR5er49uLR0,1546
|
70
|
+
jaxsim-0.7.1.dev67.dist-info/METADATA,sha256=7v2LSaRywF24f2A9JQhgum9D0VLTs-CZ1zj7UXkTVa0,18639
|
71
|
+
jaxsim-0.7.1.dev67.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
72
|
+
jaxsim-0.7.1.dev67.dist-info/top_level.txt,sha256=LxGMA8FLtXjQ6oI7N5gd_R_oSUHxpXxUEOfT1xS_ni0,7
|
73
|
+
jaxsim-0.7.1.dev67.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|