Skip to content
Snippets Groups Projects

Readd setuptools_scm as dependency

Merged Oscar Gustafsson requested to merge dependencyfix into master
+ 1
2
@@ -9,11 +9,10 @@ license = { file = "LICENSE" }
requires-python = ">=3.8"
dependencies = [
"numpy",
"pybind11>=2.10.1",
# "pyside2",
"qtpy",
"graphviz>=0.19",
"matplotlib",
"setuptools_scm[toml]>=6.2",
]
classifiers = [
"Intended Audience :: Education",
Loading