Skip to content

Commit

Permalink
Another update to the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 11, 2023
1 parent ccac960 commit d28eff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,3 @@ jobs:
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}





11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d28eff6

Please sign in to comment.