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 f6086fd commit 534071fCopy full SHA for 534071f
FANS_Dashboard/pyproject.toml
@@ -5,18 +5,14 @@ build-backend = "hatchling.build"
5
[project]
6
name = "fans-dashboard"
7
version = "0.4.1"
8
-requires-python = ">=3.13"
+requires-python = ">=3.9"
9
dependencies = [
10
"numpy>=2.2.5,<3",
11
"h5py>=3.13.0,<4",
12
"plotly>=6.0.1,<7",
13
"lxml>=5.4.0,<6",
14
- "nbformat>=5.10.4,<6",
15
- "matplotlib>=3.10.1,<4",
16
"scipy>=1.15.2,<2",
17
"meshio>=5.3.5,<6",
18
- "ipykernel>=6.29.5,<7",
19
- "nbclient>=0.10.2,<0.11",
20
]
21
22
[tool.hatch.build.targets.wheel]
0 commit comments