Skip to content

Commit

Permalink
added workflow for publishing on conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemin0 committed Oct 16, 2023
1 parent 14cff8b commit c2eccbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build:

requirements:
build:
- python >=3.9,{{PY_VER}}*
- python >=3.8, {{PY_VER}}*
- setuptools <60.0
run:
- python >=3.9, {{PY_VER}}*
- python >=3.8, {{PY_VER}}*
- numpy >=1.8*

about:
Expand Down

0 comments on commit c2eccbd

Please sign in to comment.