Skip to content

Commit a790549

Browse files
committed
Update requirements for RPC examples to include numpy
Signed-off-by: jafraustro <[email protected]>
1 parent 9354458 commit a790549

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
torch>=2.7.1
2+
numpy
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
torch>=2.7.1
2+
numpy

distributed/rpc/rnn/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
torch
1+
torch>=2.7.1
2+
numpy

0 commit comments

Comments
 (0)