Skip to content

Commit

Permalink
change python version (#51790)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilchia authored Oct 31, 2024
1 parent 0c5f7a2 commit 3a52d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cell2cell/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1
run_exports:
- {{ pin_subpackage("cell2cell", max_pin="x.x.x") }}

Expand All @@ -20,11 +20,11 @@ requirements:
- {{ compiler("cxx") }}

host:
- python <=3.8
- python <=3.9
- cython
- pip
run:
- python <=3.8
- python <=3.9
- numpy >=1.16,<2.0
- pandas >=1.0.0
- xlrd >=1.1
Expand Down

0 comments on commit 3a52d67

Please sign in to comment.