Skip to content

Commit 35b86ff

Browse files
authored
Remove torch dependency (#533)
As it is rarely, if ever used, and creates challenges with installing dependencies on mac x86
1 parent bd23984 commit 35b86ff

3 files changed

Lines changed: 1298 additions & 1543 deletions

File tree

mcp-servers/mcp-server-open-deep-research/mcp_server/open_deep_research.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"chess",
4848
"PyPDF2",
4949
"pptx",
50-
"torch",
5150
"datetime",
5251
"fractions",
5352
"csv",

mcp-servers/mcp-server-open-deep-research/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ dependencies = [
2929
"python-pptx>=1.0.2",
3030
"Requests>=2.32.3",
3131
"tqdm>=4.66.4",
32-
"torch>=2.2.2; platform_machine != 'x86_64' or sys_platform != 'darwin'",
33-
"torch==2.2.2 ; platform_machine == 'x86_64' and sys_platform == 'darwin'", # the most recent version compiled for mac x86_64
34-
"torchvision>=0.17.2",
3532
"transformers>=4.46.0",
3633
"youtube_transcript_api>=0.6.2",
3734
"chess",

0 commit comments

Comments
 (0)