diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3afda61c..8f92be7c 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -24,6 +24,8 @@ requirements: host: - pip - python >=3.8 + - setuptools >=40.0 + - setuptools_scm run: - python >=3.8 {% for dep in setup_py_data['install_requires'] %}