diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index c194d117b..357e6dede 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -29,7 +29,6 @@ requirements: host: - python - pip - - tomli run: - python {% for r in data.get("project", {}).get("dependencies", []) %} diff --git a/dependencies.yaml b/dependencies.yaml index 5c42b16f0..20c6ca05e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -75,9 +75,6 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - setuptools>=64.0.0 - - output_types: pyproject - packages: - - tomli ; python_version < '3.11' cuda_version: specific: - output_types: conda diff --git a/pyproject.toml b/pyproject.toml index e505e30da..35d485381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools>=64.0.0", - "tomli ; python_version < '3.11'", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`. [project]