A tool for generating Conda environment files and pip requirements files for RAPIDS projects. It uses a YAML manifest to define dependencies across multiple platforms and Python versions. Current version is 1.20.3, with regular releases.
pip install rapids-dependency-file-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate conda environment files from a dependencies.yaml manifest.
Use from rapids_dependency_file_generator import generate and call generate() with appropriate arguments.
Switch to Python API: generate(output_type='conda')
Use the official schema: check https://github.com/rapidsai/rapids-dependency-file-generator for examples.
No resource links recorded.