diff options
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 30f99dea5f..a8fc73743b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3036,8 +3036,11 @@ implementing calibration pipeline software.") python-numpy python-scipy python-synphot)) - (native-inputs (list python-pytest python-pytest-astropy - python-pytest-astropy-header python-setuptools-scm)) + (native-inputs (list python-pytest + python-pytest-astropy + python-pytest-astropy-header + python-semantic-version + python-setuptools-scm)) (home-page "https://github.com/spacetelescope/stsynphot_refactor") (synopsis "Synthetic photometry using Astropy for HST and JWST") (description |