diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml deleted file mode 100644 index c914f7d..0000000 --- a/recipe/conda_build_config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -python: - - 3.7 - - 3.8 - - 3.9 - - 3.10 \ No newline at end of file diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 62f6562..a8ef24a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,13 +9,13 @@ source: requirements: host: - - python {{ python }} + - python >=3.7 - pip - setuptools >=45 - setuptools_scm >=6.0 - wheel run: - - python {{ python }} + - python >=3.7 - numpy - astropy - pandas