Skip to content

Commit c0193ed

Browse files
committed
Conditionally pin for Python 3.11+.
1 parent f4804c0 commit c0193ed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

recipes/biosimspace/recipe.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ requirements:
2727
- lomap2
2828
- networkx
2929
- nglview
30-
- openff-interchange-base >=0.5.0
30+
- if: match(python, ">=3.11")
31+
then:
32+
- openff-interchange-base >=0.5.0
33+
else:
34+
- openff-interchange-base
3135
- openff-toolkit-base
3236
- parmed
3337
- pyarrow

0 commit comments

Comments
 (0)