version 0.24.0
What's Changed
- Add
check_pip_installable
option toparse_project_dependencies
by @basnijholt in #31 - Fix cases where installable dependency enters via a non-installable
requirements.yaml
file by @basnijholt in #33 - Install local dependencies with
unidep install
by @basnijholt in #34 - Check for
$CONDA_PREFIX
and make sure the right environment is used by @basnijholt in #35 - Add
--check-input-hash
for passing toconda-lock
by @basnijholt in #37 - Add pytest plugin for monorepos that integrates with Git by @basnijholt in #36
- Construct subpackage
conda-lock.yml
files without solving again by @basnijholt in #38
Full Changelog: v0.23.0...v0.24.0