Skip to content

Commit 88287b7

Browse files
committed
add hyper-connections lib
1 parent 9539d45 commit 88287b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "transfusion-pytorch"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Transfusion in Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
@@ -28,8 +28,9 @@ dependencies = [
2828
'einx>=0.3.0',
2929
'einops>=0.8.0',
3030
'ema-pytorch',
31-
'loguru',
31+
'hyper-connections>=0.0.10',
3232
'jaxtyping',
33+
'loguru',
3334
'rotary_embedding_torch>=0.8.4',
3435
'torchdiffeq',
3536
'torch>=2.0',

0 commit comments

Comments
 (0)