diff Project.toml @ 1725:8317252e4535

Merge feature/lazy_tensors/sparse_conversions
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 05 Sep 2024 23:16:39 +0200
parents 3e9c3986930d
children 87d603499fc3 471a948cd2b2
line wrap: on
line diff
--- a/Project.toml	Thu Sep 05 08:26:12 2024 -0700
+++ b/Project.toml	Thu Sep 05 23:16:39 2024 +0200
@@ -10,9 +10,14 @@
 
 [weakdeps]
 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]
 SbplibMakieExt = "Makie"
+SbplibSparseArrayKitExt = ["SparseArrayKit", "Tokens"]
+SbplibSparseArraysExt = ["SparseArrays", "Tokens"]
 
 [compat]
 julia = "1.5"