UniDep unifies Conda and Pip requirements management by parsing a single requirements.yaml file to generate conda environment.yml, pip requirements.txt, pixi.toml, and setuptools dynamic dependencies. Current version: 3.1.0. Release cadence: regular minor releases following semantic versioning.
pip install unidepVerified import paths — ran on the pinned version, not inferred.
Parse a requirements.yaml file and output a conda environment.yml dict.
Upgrade configuration if using new dictionary format, but note that v1.x consumers will break.
Use `--output-dir` flag to specify a safe output directory.
Explicitly list the package in both conda and pip sections if you need conda to install it; use `conda:` and `pip:` keys precisely.
No dependency data recorded yet.