From f749bd9d1f47a6d3f3dc93431a89182c85fb7665 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Wed, 1 Feb 2023 19:09:09 +0100
Subject: [PATCH] Readd setuptools_scm as dependency

---
 README.md        | 1 +
 pyproject.toml   | 3 +--
 requirements.txt | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 970cbe95..16031753 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ The following packages are required in order to build the library:
     -   [Matplotlib](https://matplotlib.org/)
     -   [NumPy](https://numpy.org/)
     -   [QtPy](https://github.com/spyder-ide/qtpy)
+    -   [setuptools_scm](https://github.com/pypa/setuptools_scm/)
 -   Qt 5 or 6, with Python bindings, one of:
     - pyside2
     - pyqt5
diff --git a/pyproject.toml b/pyproject.toml
index 32d24b1f..348cf789 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",
diff --git a/requirements.txt b/requirements.txt
index 58b3a7ad..34397383 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@ numpy
 qtpy
 graphviz>=0.19
 matplotlib
+setuptools_scm[toml]>=6.2
-- 
GitLab