Skip to content
Snippets Groups Projects

Readd setuptools_scm as dependency

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