Skip to content

Commit

Permalink
Set upper limit on Python
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 12, 2024
1 parent 151feec commit bff22a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed
requirements:
host:
- python >=3.7
- python >=3.7,<4.0
- pip
- sympy >=1.0.0,<2.0.0
- pandas >=0.21.0,<3.0.0
Expand All @@ -25,7 +25,7 @@ requirements:
- click >=7.0.0,<9.0.0
- typing_extensions >=4.0.0,<5.0.0
run:
- python >=3.7
- python >=3.7,<4.0
- {{ pin_compatible('numpy') }}
- sympy >=1.0.0,<2.0.0
- pandas >=0.21.0,<3.0.0
Expand Down

0 comments on commit bff22a9

Please sign in to comment.