Update numpy, scipy, h5py to correct packages in .spec.in files
Compare changes
Files
4+ 6
− 6
@@ -36,20 +36,20 @@ Requires: lalburst >= @MIN_LALBURST_VERSION@
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This PR fixes the relevant spec files so that certain packages (e.g. numpy) point at the corresponding python 3 packages (python%{python3_pkgversion}-numpy
) rather than their python 2 counterparts.
Closes #71 (closed).