Skip to content

Commit

Permalink
Bump minimum version of Python to 3.9 and drop numpy
Browse files Browse the repository at this point in the history
Python 3.8 support was removed in Lightning-AI/pytorch-lightning#20071, and runtime dependency on NumPy was removed in Lightning-AI/pytorch-lightning#20090
  • Loading branch information
weiji14 authored Aug 7, 2024
1 parent f1cf522 commit ec7974b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ build:

requirements:
host:
- packaging
- pip
- python >=3.8
- python >=3.9
- setuptools
- wheel
run:
- fsspec <2026.0,>=2022.5.0
- lightning-utilities <2.0,>=0.10.0
- numpy <3.0,>=1.17.2
- packaging <25.0,>=20.0
- python >=3.8
- python >=3.9
- pytorch <4.0,>=2.1.0
- pytorch-lightning
- pyyaml <8.0,>=5.4
Expand Down

0 comments on commit ec7974b

Please sign in to comment.