Skip to content

Commit 534071f

Browse files
committed
Reduce dependencies on dashboard, for cf-package
1 parent f6086fd commit 534071f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

FANS_Dashboard/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ build-backend = "hatchling.build"
55
[project]
66
name = "fans-dashboard"
77
version = "0.4.1"
8-
requires-python = ">=3.13"
8+
requires-python = ">=3.9"
99
dependencies = [
1010
"numpy>=2.2.5,<3",
1111
"h5py>=3.13.0,<4",
1212
"plotly>=6.0.1,<7",
1313
"lxml>=5.4.0,<6",
14-
"nbformat>=5.10.4,<6",
15-
"matplotlib>=3.10.1,<4",
1614
"scipy>=1.15.2,<2",
1715
"meshio>=5.3.5,<6",
18-
"ipykernel>=6.29.5,<7",
19-
"nbclient>=0.10.2,<0.11",
2016
]
2117

2218
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)