Skip to content

Commit

Permalink
only install coilpy if python below 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jun 28, 2024
1 parent 29bf378 commit f876601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/pythontools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"f90nml",
"h5py",
"matplotlib",
"coilpy; python_version<'3.12'",
"scipy>=1.7.0"],
description="SPEC(Stepped-Pressure Equilibrium Code) python utilities",
long_description=long_description,
Expand Down

0 comments on commit f876601

Please sign in to comment.