lightning/requirements
thomas chaton 142977d3eb
Introduce Dataset Optimizer (#18788)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-13 14:52:23 +01:00
..
_integrations ci: timeouts for docs build (#18654) 2023-09-29 15:38:35 +02:00
app Introduce Dataset Optimizer (#18788) 2023-10-13 14:52:23 +01:00
data Introduce Cache 1/n (#18642) 2023-10-09 16:06:32 +01:00
fabric Update torchmetrics requirement from <1.1.0,>=0.10.0 to >=0.10.0,<1.3.0 in /requirements (#18755) 2023-10-09 18:41:42 +02:00
pytorch Update matplotlib requirement from <3.8.0,>3.1 to >3.1,<3.9.0 in /requirements (#18757) 2023-10-09 18:44:02 +02:00
store Bump coverage from 7.3.0 to 7.3.1 in /requirements (#18685) 2023-10-03 22:51:43 +02:00
README.md
collect_env_details.py docformatter: config with black (#18064) 2023-08-09 10:44:20 -04:00
docs.txt docs: pre-install lai sphinx theme (#18764) 2023-10-09 17:20:03 +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.