Skip to content

Commit 290fa10

Browse files
authored
Update code dependencies (#809)
1 parent 5ae41c4 commit 290fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10,<=3.13"
1111
dependencies = [
1212
"torch>=2.2.2,<2.6; sys_platform == 'darwin' and platform_machine == 'x86_64'", # Intel macOS
13-
"torch>=2.3.0,<2.6; sys_platform != 'darwin' or platform_machine != 'x86_64'",
13+
"torch>=2.3.0; sys_platform != 'darwin' or platform_machine != 'x86_64'",
1414
"jupyterlab>=4.0",
1515
"tiktoken>=0.5.1",
1616
"matplotlib>=3.7.1",

0 commit comments

Comments
 (0)