CLIMADA-project / climada_petals

See https://github.com/CLIMADA-project/climada_python first
GNU General Public License v3.0
22 stars 13 forks source link

Use version matching for climada dependency #92

Closed peanutfun closed 11 months ago

peanutfun commented 11 months ago

This fixes an issue where pip would not match 'climada==3.3' to, .e.g. v3.3.2.

This PR fixes this error:

$ pip check
climada-petals 3.3.1 has requirement climada==3.3, but you have climada 3.3.2.

which appears in https://github.com/conda-forge/staged-recipes/pull/23463

PR Author Checklist

PR Reviewer Checklist