[LAI] Bump minimal requirements (#15203)

* bump minimal requirement
* include app requirements in oldest
This commit is contained in:
otaj 2022-10-20 10:10:44 +02:00 committed by GitHub
parent 7a827b09bb
commit e0974a1536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,12 @@ REQUIREMENT_FILES = {
"requirements/pytorch/loggers.txt",
"requirements/pytorch/strategies.txt",
"requirements/pytorch/examples.txt",
)
),
"app": (
"requirements/app/base.txt",
"requirements/app/ui.txt",
"requirements/app/cloud.txt",
),
}
REQUIREMENT_FILES_ALL = tuple(chain(*REQUIREMENT_FILES.values()))
PACKAGE_MAPPING = {"app": "lightning-app", "pytorch": "pytorch-lightning"}

View File

@ -1,3 +1,3 @@
redis>=4.0.0, <=4.2.4
redis>=4.0.1, <=4.2.4
docker>=5.0.0, <=5.0.3
# setuptools==59.5.0

View File

@ -1,2 +1,2 @@
streamlit>=1.3.1, <=1.11.1
panel>=0.12, <=0.13.1
panel>=0.12.7, <=0.13.1