create_conda_env_file
Generate a Conda environment file from a pip requirements file, specifying output path, environment name, and Python version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_name | No | mlops-env | |
| output_path | Yes | ||
| python_version | No | 3.13 | |
| requirements_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||