diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 3aae0fd..63654df 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -135,7 +135,3 @@ jobs: env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} - - - - diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1348f84..ecaa9d9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,13 +14,14 @@ requirements: - python - pip - setuptools - - numpy - - cython - - scipy + - numpy >=1.16.3 + - cython >=0.29.32 + - scipy >=1.2.0 + - pytest >=7.4.3 run: - python - - numpy - - scipy + - numpy >=1.16.3 + - scipy >=1.2.0 test: imports: