Skip to content

Commit 86eb054

Browse files
committed
fix torch dependency issue
1 parent 21fec00 commit 86eb054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pandas==2.2.3
66
numpy<2 # test: tolerate_version
77
# torch 2.5.1 not available on darwin-x86_64:
88
torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
9-
torch; sys_platform == 'darwin' and platform_machine == 'x86_64' # test: ignore
9+
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64' # test: ignore
1010
tqdm==4.67.1
1111
numba==0.60.0
1212
psutil==6.1.0

0 commit comments

Comments
 (0)