Skip to content

Commit

Permalink
Merge pull request #122 from ZLLentz/bld_recipe_pin
Browse files Browse the repository at this point in the history
BLD: remove upper python pin mistake
  • Loading branch information
ZLLentz authored Nov 15, 2022
2 parents 5e1201b + e59d49d commit cbb10ff
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 @@ -14,10 +14,10 @@ build:

requirements:
build:
- python >=3.6,<3.10
- python >=3.6
- setuptools
run:
- python >=3.6,<3.10
- python >=3.6
- ipython
- numpy
- pandas
Expand Down

0 comments on commit cbb10ff

Please sign in to comment.