Skip to content

Commit

Permalink
py-emodel-generalisation: add setuptools scm
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Nov 6, 2023
1 parent 87f8e3d commit 3cfda73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class PyEmodelGeneralisation(PythonPackage):
version("0.1.1", tag="0.1.1")

depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")

depends_on("py-numpy", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
Expand Down

0 comments on commit 3cfda73

Please sign in to comment.