lightning/requirements
dependabot[bot] d87634a1a4
Update torchmetrics requirement from <0.12.0,>=0.10.0 to >=0.10.0,<1.1.0 in /requirements (#18353)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-08-21 18:27:32 +02:00
..
_integrations Support true 16-bit precision with deepspeed in Trainer (#18217) 2023-08-08 14:07:25 -04:00
app Update urllib3 requirement from <=2.0.2 to <=2.0.4 in /requirements (#18303) 2023-08-21 15:49:10 +02:00
data Bump coverage from 7.2.7 to 7.3.0 in /requirements (#18300) 2023-08-16 17:19:35 +02:00
fabric Update torchmetrics requirement from <0.12.0,>=0.10.0 to >=0.10.0,<1.1.0 in /requirements (#18353) 2023-08-21 18:27:32 +02:00
pytorch Update torchmetrics requirement from <0.12.0,>=0.10.0 to >=0.10.0,<1.1.0 in /requirements (#18353) 2023-08-21 18:27:32 +02:00
store Bump coverage from 7.2.7 to 7.3.0 in /requirements (#18300) 2023-08-16 17:19:35 +02:00
README.md Remove devel.txt requirements file (#17466) 2023-04-25 07:21:21 +00:00
collect_env_details.py docformatter: config with black (#18064) 2023-08-09 10:44:20 -04:00
docs.txt bump sphinx to 5.3 (#18204) 2023-08-08 15:32:34 +02:00
typing.txt Bump mypy from 1.4.1 to 1.5.1 in /requirements (#18347) 2023-08-21 11:40:29 +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.