Skip to content

Commit 28eece0

Browse files
committed
Update pyproject.toml
1 parent 24ac098 commit 28eece0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools", "numpy>=2", "Cython>=3.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]
66
line-length = 79
7-
target-version = ["py311", "py312", "py313"]
7+
target-version = ["py311", "py312", "py313", "py314"]
88
skip-string-normalization = true
99

1010
[tool.isort]
11+
known_first_party = ["liffile"]
1112
profile = "black"
1213
line_length = 79

0 commit comments

Comments
 (0)