@@ -48,13 +48,9 @@ blas-openblas-system = [
48
48
49
49
# ** Please make sure all dependencies support no_std when std is disabled **
50
50
51
- burn-autodiff = { path = " ../burn-autodiff" , version = " 0.12.1" , features = [
52
- " export_tests" ,
53
- ], optional = true }
51
+ burn-autodiff = { path = " ../burn-autodiff" , version = " 0.12.1" , optional = true }
54
52
burn-common = { path = " ../burn-common" , version = " 0.12.1" , default-features = false }
55
- burn-tensor = { path = " ../burn-tensor" , version = " 0.12.1" , default-features = false , features = [
56
- " export_tests" ,
57
- ] }
53
+ burn-tensor = { path = " ../burn-tensor" , version = " 0.12.1" , default-features = false }
58
54
59
55
matrixmultiply = { workspace = true , default-features = false }
60
56
rayon = { workspace = true , optional = true }
@@ -67,5 +63,13 @@ openblas-src = { workspace = true, optional = true }
67
63
rand = { workspace = true }
68
64
spin = { workspace = true } # using in place of use std::sync::Mutex;
69
65
66
+ [dev-dependencies ]
67
+ burn-autodiff = { path = " ../burn-autodiff" , version = " 0.12.1" , default-features = false , features = [
68
+ " export_tests" ,
69
+ ] }
70
+ burn-tensor = { path = " ../burn-tensor" , version = " 0.12.1" , default-features = false , features = [
71
+ " export_tests" ,
72
+ ] }
73
+
70
74
[package .metadata .docs .rs ]
71
75
features = [" doc" ]
0 commit comments