From ec26d82c5a2504a52cef34ee4c15a90928c0fc02 Mon Sep 17 00:00:00 2001 From: ArchanaShinde1 <106796026+ArchanaShinde1@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:30:16 +0530 Subject: [PATCH] Fix conflicts with opence-env (#59) * Fix conflicts with opence-env * Update build number --- lightning-app/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightning-app/meta.yaml b/lightning-app/meta.yaml index 384aba6..a58c050 100644 --- a/lightning-app/meta.yaml +++ b/lightning-app/meta.yaml @@ -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 @@ -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 }}