Skip to content

Commit c2d9245

Browse files
committed
Try arbitrary versions
1 parent f8dfc09 commit c2d9245

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

FANS_Dashboard/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +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 = [
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-
"scipy>=1.15.2,<2",
15-
"meshio>=5.3.5,<6",
10+
"numpy",
11+
"h5py",
12+
"plotly",
13+
"lxml",
14+
"scipy",
15+
"meshio",
1616
]
1717

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

pixi.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)