Skip to content

Commit

Permalink
Fix conflicts with opence-env (#59)
Browse files Browse the repository at this point in the history
* Fix conflicts with opence-env

* Update build number
  • Loading branch information
ArchanaShinde1 authored Jan 9, 2024
1 parent b137c68 commit ec26d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning-app/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
git_rev: {{ version }}

build:
number: 1
number: 2
noarch: python
string: pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
script: export PACKAGE_NAME=app; {{ PYTHON }} -m pip install . --no-deps --ignore-installed . -vv
Expand Down Expand Up @@ -38,7 +38,7 @@ requirements:
- croniter
- backoff
- starsessions >=1.2.1, <2.0
- s3fs >=2022.5.0, <2022.11.1
- s3fs >=2022.5.0, <2023.6.1
- arrow >=1.2.0, <1.2.4
- traitlets >=5.3.0, <5.9.0
- psutil {{ psutil }}
Expand Down

0 comments on commit ec26d82

Please sign in to comment.