lightning/requirements
Carlos Mocholí a22adeee6f Remove unused gcsfs dependency (#14962)
(cherry picked from commit be7bfdba27)
2022-10-07 16:39:21 -04:00
..
app pin trio<0.22.0 2022-10-07 16:39:21 -04:00
lit prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
lite Bump version of fsspec (#14975) 2022-10-07 16:39:21 -04:00
pytorch Remove unused gcsfs dependency (#14962) 2022-10-07 16:39:21 -04:00
README.md adding explain notes for requirements (#13872) 2022-08-03 21:43:51 +00:00
base.txt pkg: parse local versions (#13933) 2022-08-01 09:08:43 -04:00
collect_env_details.py Update collect env details and issue template (#14017) 2022-08-10 00:38:18 +00:00
docs.txt CI: clean building docs (#14216) 2022-08-16 09:28:30 -04: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[loggers], this list is stored in requirements/pytorch/loggers.txt. The only exceptional requirement file is devel.txt, which aggregated all the needed requirements for development.

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.