Skip to content
Snippets Groups Projects
Commit f749bd9d authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Readd setuptools_scm as dependency

parent 4012fce9
No related branches found
No related tags found
1 merge request!140Readd setuptools_scm as dependency
Pipeline #88606 passed
......@@ -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
......
......@@ -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",
......
......@@ -2,3 +2,4 @@ numpy
qtpy
graphviz>=0.19
matplotlib
setuptools_scm[toml]>=6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment