Skip to content

Commit

Permalink
galaxy_sequence_util: pin python
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 2, 2024
1 parent 5ca5963 commit dd08828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/galaxy_sequence_utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:

build:
noarch: python
number: 1
number: 2
preserve_egg_dir: True
run_exports:
-{{ pin_subpackage(name, max_pin="x") }}
Expand All @@ -40,7 +40,8 @@ build:

requirements:
host:
- python
# uses the imp module which has been deprecated in 3.12
- python <3.12
- setuptools
- six

Expand Down

0 comments on commit dd08828

Please sign in to comment.