Skip to content

MNT: Fix fsl-fabber_core version number

Paul McCarthy requested to merge mnt/patch into master

This merge request was triggered by the fsl-ci-rules apply_patch.py script. The patch that has been applied is as follows:

diff --git a/meta.yaml b/meta.yaml
index eab41f22..debc4090 100644
--- a/meta.yaml
+++ b/meta.yaml
@@ -29,1 +29,1 @@ requirements:
-    - fsl-fabber_core v4
+    - fsl-fabber_core 4

The fsl-fabber_core version number is 4., not v4.. Conda seems to be unable to parse v4, as fsl-fabber_core has been left unpinned in previous builds, and conda/mamba fails for new builds.

Merge request reports

Loading