Skip to content

Commit 99eed07

Browse files
abrichrclaude
andcommitted
Add numpy to OmniMCP dependencies
- Add numpy as a dependency for array operations - Required by utils.py 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a346a19 commit 99eed07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

omnimcp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"jinja2>=3.0.0", # For templating
2626
"posthog>=2.0.0", # For analytics
2727
"multiprocessing-utils>=0.1.0", # For process-local storage
28+
"numpy>=1.21.0", # For array operations
2829
]
2930

3031
[project.scripts]

0 commit comments

Comments
 (0)