Skip to content

Commit

Permalink
lightning v2.4.0 (#33)
Browse files Browse the repository at this point in the history
* updated v2.4.0

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.37.2, and conda-forge-pinning 2024.08.07.04.40.03

* Bump minimum version of Python to 3.9 and drop numpy

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

---------

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored Aug 7, 2024
1 parent 7a36512 commit 44b9c36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "lightning" %}
{% set version = "2.3.3" %}
{% set version = "2.4.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/lightning-{{ version }}.tar.gz
sha256: 7f454711895c1c6e455766f01fa39522e25e5ab54c15c5e5fbad342fa92bc93c
sha256: 9156604cc56e4b2b603f34fa7f0fe5107375c8e6d85e74544b319a15faa9ed0e

build:
noarch: python
Expand All @@ -16,17 +16,17 @@ 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
- pytorch <4.0,>=2.0.0
- python >=3.9
- pytorch <4.0,>=2.1.0
- pytorch-lightning
- pyyaml <8.0,>=5.4
- torchmetrics <3.0,>=0.7.0
Expand Down

0 comments on commit 44b9c36

Please sign in to comment.