Mercurial > repos > public > sbplib_julia
diff Project.toml @ 1700:87d603499fc3 feature/sbp_operators/laplace_curvilinear
Merge feature/lazy_tensors/sparse_conversions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 03 Sep 2024 08:38:27 +0200 |
parents | 29b96fc75bee 3e9c3986930d |
children | f3d7e2d7a43f |
line wrap: on
line diff
--- a/Project.toml Wed Aug 28 14:34:33 2024 +0200 +++ b/Project.toml Tue Sep 03 08:38:27 2024 +0200 @@ -12,10 +12,15 @@ [weakdeps] Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Tokens = "040c2ec2-8d69-4aca-bf03-7d3a7092f2f6" [extensions] SbplibPlotsExt = "Plots" SbplibMakieExt = "Makie" +SbplibSparseArrayKitExt = ["SparseArrayKit", "Tokens"] +SbplibSparseArraysExt = ["SparseArrays", "Tokens"] [compat] julia = "1.5"