Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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