Skip to content

Commit

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

* Remove lightning-app licenses

Xref Lightning-AI/pytorch-lightning#20039

---------

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored Jul 14, 2024
1 parent 0e83888 commit 7a36512
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 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.2" %}
{% set version = "2.3.3" %}

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

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

build:
noarch: python
Expand Down Expand Up @@ -45,10 +45,7 @@ about:
home: https://github.com/Lightning-AI/lightning
summary: Use Lightning Apps to build everything from production-ready, multi-cloud ML systems to simple research demos.
license: Apache-2.0
license_file:
- LICENSE
- src/lightning/app/cli/component-template/LICENSE
- src/lightning/app/cli/app-template/LICENSE
license_file: LICENSE

extra:
recipe-maintainers:
Expand Down

0 comments on commit 7a36512

Please sign in to comment.