Skip to content

Commit 5248c69

Browse files
authored
Update pyproject.toml
1 parent 11859a4 commit 5248c69

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel"]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel",
5+
"setuptools_scm[toml]>=6.0"
6+
]
37
build-backend = "setuptools.build_meta"
48

59
[project]
@@ -58,4 +62,4 @@ ignore_missing_imports = true
5862

5963
[[tool.mypy.overrides]]
6064
module = ["scipy.stats.*", "pandas.*"]
61-
ignore_missing_imports = true
65+
ignore_missing_imports = true

0 commit comments

Comments
 (0)