Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
Manage Python version with x.x in both run and host
  • Loading branch information
pradal authored Feb 5, 2024
1 parent d2f6d5c commit f9c568f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ requirements:
- {{ compiler('c') }} # [unix]
- {{ compiler("cxx") }} # [unix]
- m2w64-toolchain # [win]
- python
- python
- setuptools
- numpy
- cython


run:
- python
- python x.x
- numpy
- cython
- numba
Expand Down

0 comments on commit f9c568f

Please sign in to comment.