lightning/requirements
dependabot[bot] 9eedf7ae4b
Bump playwright from 1.30.0 to 1.32.1 in /requirements (#17537)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-05-02 13:54:11 +00:00
..
_integrations Replace IPU with external implementation (#17075) 2023-04-27 16:09:51 +00:00
app Bump playwright from 1.30.0 to 1.32.1 in /requirements (#17537) 2023-05-02 13:54:11 +00:00
fabric Update numpy requirement from <1.24.2,>=1.17.2 to >=1.17.2,<1.24.4 in /requirements (#17538) 2023-05-02 13:48:26 +00:00
pytorch Update numpy requirement from <1.24.2,>=1.17.2 to >=1.17.2,<1.24.4 in /requirements (#17538) 2023-05-02 13:48:26 +00:00
README.md Remove devel.txt requirements file (#17466) 2023-04-25 07:21:21 +00:00
collect_env_details.py update bug template with version (#17226) 2023-04-04 09:11:58 -04:00
docs.txt Update numpy requirement from <1.24.2,>=1.17.2 to >=1.17.2,<1.24.4 in /requirements (#17538) 2023-05-02 13:48:26 +00:00
typing.txt Bump mypy from 1.1.1 to 1.2.0 in /requirements (#17535) 2023-05-01 15:35:24 +02:00

README.md

Project Requirements

This root requirements folder branches into sub-folders depending on the python package. Within the folder, we have grouped requirements files/lists per focus, which shall closely match package extra So, for example, when you install PL as pip install pytorch-lightning[extra], this list is stored in requirements/pytorch/extra.txt.

CI/CD upper bounds

For Ci stability, we have set for all package versions upper bounds (the latest version), so with any sudden release, we won't put our development on fire. The continues updated of these upper bounds are managed by dependabot. Note that these upper bounds are lifters when installing a package from the source or as a package. If you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment.