Skip to content

Commit 1d47ec3

Browse files
committed
Set torch version to be 2.3.1 for v0.0.3
1 parent f87810c commit 1d47ec3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
torch
1+
torch==2.3.1
22
torchsde
3-
torchvision
4-
torchaudio
3+
torchvision==0.18.1
4+
torchaudio==2.3.1
55
einops
66
transformers>=4.28.1
77
tokenizers>=0.13.3
@@ -13,6 +13,7 @@ Pillow
1313
scipy
1414
tqdm
1515
psutil
16+
numpy<2.0.0
1617

1718
#non essential dependencies:
1819
kornia>=0.7.1

0 commit comments

Comments
 (0)