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: ...@@ -23,6 +23,7 @@ The following packages are required in order to build the library:
- [Matplotlib](https://matplotlib.org/) - [Matplotlib](https://matplotlib.org/)
- [NumPy](https://numpy.org/) - [NumPy](https://numpy.org/)
- [QtPy](https://github.com/spyder-ide/qtpy) - [QtPy](https://github.com/spyder-ide/qtpy)
- [setuptools_scm](https://github.com/pypa/setuptools_scm/)
- Qt 5 or 6, with Python bindings, one of: - Qt 5 or 6, with Python bindings, one of:
- pyside2 - pyside2
- pyqt5 - pyqt5
......
...@@ -9,11 +9,10 @@ license = { file = "LICENSE" } ...@@ -9,11 +9,10 @@ license = { file = "LICENSE" }
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
"numpy", "numpy",
"pybind11>=2.10.1",
# "pyside2",
"qtpy", "qtpy",
"graphviz>=0.19", "graphviz>=0.19",
"matplotlib", "matplotlib",
"setuptools_scm[toml]>=6.2",
] ]
classifiers = [ classifiers = [
"Intended Audience :: Education", "Intended Audience :: Education",
......
...@@ -2,3 +2,4 @@ numpy ...@@ -2,3 +2,4 @@ numpy
qtpy qtpy
graphviz>=0.19 graphviz>=0.19
matplotlib matplotlib
setuptools_scm[toml]>=6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment