Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make conda recipe data-loading stricter (#44)
Contributes to rapidsai/build-planning#72 Proposes using `[]` subsetting instead of `.get()` in templating statements in the conda recipe that read data out of `pyproject.toml`. That'll ensure that we get a big loud build error if changes to `pyproject.toml` remove some sections that the conda recipe expects to exist. Also proposes removing the logic for automatically including `run` dependencies on all optional dependencies except those in the `[test]` group... this project doesn't have any other optional dependencies.
- Loading branch information