File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " einops"
3
- version = " 0.3.0-alpha.1 "
3
+ version = " 0.3.0-alpha.2 "
4
4
authors = [" VasanthakumarV <vasanth260m12@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " Simplistic API for deep learning tensor operations"
@@ -16,7 +16,7 @@ tch-bindings = ["tch"]
16
16
17
17
[dependencies ]
18
18
tch = { version = " 0.7" , optional = true }
19
- einops-macros = { path = " einops-macros" , version = " 0.1.0-alpha.1 " }
19
+ einops-macros = { path = " einops-macros" , version = " 0.1.0-alpha.2 " }
20
20
21
21
[package .metadata .docs .rs ]
22
22
no-default-features = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " einops-macros"
3
- version = " 0.1.0-alpha.1 "
3
+ version = " 0.1.0-alpha.2 "
4
4
authors = [" VasanthakumarV <vasanth260m12@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " Simplistic API for deep learning tensor operations"
You can’t perform that action at this time.
0 commit comments