-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (48 loc) · 1.06 KB
/
pyproject.toml
File metadata and controls
48 lines (48 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[tool.setuptools.packages.find]
exclude = ["results*", "benchmark_questions*"]
[project]
name = "fMedCP"
dynamic = ["version"]
description = "fMedCP - Functional Medical Knowledge Graph for Clinical Data Analysis and Drug Discovery"
license = "MIT"
authors = [
{ name = "Wanjun Gu", email = "wanjun.gu@ucsf.edu" },
]
maintainers = [
{ name = "Wanjun Gu", email = "wanjun.gu@ucsf.edu" },
]
keywords = [
"medical",
"healthcare",
"biomedical",
"knowledge-graph",
"clinical-records",
"electronic-health-records",
"ehr",
"neo4j",
"sql-server",
"drug-discovery",
"protein-interactions",
"pathways",
"clinical-data",
"medical-informatics",
"bioinformatics",
"healthcare-analytics",
"medical-research",
"mcp",
"claude",
"anthropic"
]
# Core dependencies
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.11.2",
"neo4j>=5.28.2",
"pymssql>=2.3.7",
"pydantic>=2.0.0",
"anthropic>=0.7.0",
"python-dotenv>=1.0.0",
"mcp>=1.0.0",
"asyncio-mqtt",
"pandas>=2.3.2",
]