We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae41c4 commit 290fa10Copy full SHA for 290fa10
pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
requires-python = ">=3.10,<=3.13"
11
dependencies = [
12
"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'",
+ "torch>=2.3.0; sys_platform != 'darwin' or platform_machine != 'x86_64'",
14
"jupyterlab>=4.0",
15
"tiktoken>=0.5.1",
16
"matplotlib>=3.7.1",
0 commit comments