Skip to content

Commit 7111118

Browse files
authored
Update deps (#17)
1 parent 0441327 commit 7111118

File tree

5 files changed

+309
-192
lines changed

5 files changed

+309
-192
lines changed

.github/workflows/actions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- main
88
pull_request:
99
workflow_dispatch:
10-
tag: "Manual Run"
1110

1211
jobs:
1312
test:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.2.1 - 2025-11-05
4+
5+
### Changed
6+
7+
* Update deps
8+
39
## 3.2.0 - 2025-08-07
410

511
### Changed

pyproject.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "device_inductance"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "Tokamak core inductance matrices and flux tables"
55
authors = [{ name = "Commonwealth Fusion Systems", email = "jlogan@cfs.energy" }]
66
requires-python = ">=3.10, <3.14"
@@ -25,8 +25,8 @@ dependencies = [
2525
"shapely>=2.1.0,<3",
2626
"scipy~=1.12",
2727
"rich>=14.0.0,<15",
28-
"interpn>=0.2.5,<0.3",
29-
"cfsem>=2.3.1,<3",
28+
"interpn[pydantic]>=0.7,<0.8",
29+
"cfsem>=3,<4",
3030
]
3131

3232
[project.optional-dependencies]
@@ -43,11 +43,8 @@ dev = [
4343
]
4444

4545
[build-system]
46-
requires = ["setuptools"]
47-
build-backend = "setuptools.build_meta"
48-
49-
[tool.setuptools.package-data]
50-
device_inductance = ['py.typed']
46+
requires = ["hatchling"]
47+
build-backend = "hatchling.build"
5148

5249
[tool.ruff]
5350
target-version = "py310"
@@ -65,8 +62,6 @@ select = [
6562
"B",
6663
# flake8-simplify
6764
"SIM",
68-
# isort
69-
"I",
7065
]
7166

7267
[tool.coverage.report]
File renamed without changes.

0 commit comments

Comments
 (0)