If a `requirements.txt` file is provided, the conda `environment.yml` file should have the following lines; ```yaml dependencies: - pip: - -r file:requirements.txt ``` The tooling should check that this correct.
If a
requirements.txtfile is provided, the condaenvironment.ymlfile should have the following lines;The tooling should check that this correct.