Skip to content

Commit

Permalink
Remove python minimal version
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Miguel Carceller <[email protected]>
  • Loading branch information
tmadlener and jmcarcell committed Oct 7, 2024
1 parent 2d2f2f9 commit 1dfd44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class K4generatorsconfig(CMakePackage):
depends_on("hepmc3")
depends_on("heppdt")
depends_on("pythia8")
depends_on("python@3.7:")
depends_on("python")
depends_on("py-pyyaml")

def cmake_args(self):
Expand Down

0 comments on commit 1dfd44d

Please sign in to comment.