Closed
Description
xref #50205 (comment)
If any dependency has a minimum version specified in
Lines 57 to 119 in 16b9c98
then if that dependency appears in environment.yml
or any of the *.yaml
files, then it should either be pinned to that minimum version, or be marked as >=
that minimum version
Let's add a script to automate checking this!
https://github.com/pandas-dev/pandas/blob/main/scripts/validate_min_versions_in_sync.py is kind of related
Feel free to tag me for review if you take this on