Skip to content

Commit

Permalink
max_pin x.x for bioconductor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 3, 2023
1 parent 8c73579 commit 63f8c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/bioconductor_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ def sub_placeholders(x):
'build', OrderedDict((
('number', self.build_number),
('rpaths', ['lib/R/lib/', 'lib/']),
('run_exports', f'{{{{ pin_subpackage("bioconductor-{self.package_lower}", max_pin="x") }}}}'),
('run_exports', f'{{{{ pin_subpackage("bioconductor-{self.package_lower}", max_pin="x.x") }}}}'),
)),
),
(
Expand Down

0 comments on commit 63f8c4a

Please sign in to comment.