Skip to content

Commit 62b562c

Browse files
committed
Ensure setuptools compatibility
1 parent c36a70d commit 62b562c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ classifiers = [
3131
[project.optional-dependencies]
3232
dev = [
3333
"datamodel-code-generator",
34-
"setuptools_scm",
3534
"black"
3635
]
36+
jupyter = [
37+
"ipykernel"
38+
]
3739

3840
[build-system]
3941
requires = [
40-
"setuptools>=45",
4142
"wheel",
42-
"setuptools_scm[toml]>=6.2",
43+
"setuptools",
44+
"setuptools_scm[toml]",
4345
]
4446
build-backend = "setuptools.build_meta"
4547

0 commit comments

Comments
 (0)