Mercurial > repos > public > sbplib_julia
comparison Project.toml @ 1699:3e9c3986930d feature/lazy_tensors/sparse_conversions
Add extensions for SparseArrays and SparseArrayKit that allow conversion of a LazyTensor
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 02 Sep 2024 15:35:54 +0200 |
parents | 9cd2b8f81175 |
children | 87d603499fc3 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1676:5a1f51b4e3d9 | 1699:3e9c3986930d |
---|---|
8 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | 8 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" |
9 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" | 9 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" |
10 | 10 |
11 [weakdeps] | 11 [weakdeps] |
12 Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | 12 Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" |
13 SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2" | |
14 SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | |
15 Tokens = "040c2ec2-8d69-4aca-bf03-7d3a7092f2f6" | |
13 | 16 |
14 [extensions] | 17 [extensions] |
15 SbplibMakieExt = "Makie" | 18 SbplibMakieExt = "Makie" |
19 SbplibSparseArrayKitExt = ["SparseArrayKit", "Tokens"] | |
20 SbplibSparseArraysExt = ["SparseArrays", "Tokens"] | |
16 | 21 |
17 [compat] | 22 [compat] |
18 julia = "1.5" | 23 julia = "1.5" |