lightning/requirements
Jirka Borovec e7ef8db57e
Replace HPU with external implementation (#17067)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-24 13:30:53 +01:00
..
_integrations ci: separate integrations (#17170) 2023-03-24 09:46:45 +01:00
app Make BYOT imports forward compatible (#16997) 2023-03-13 21:55:32 -04:00
fabric Make BYOT imports forward compatible (#16997) 2023-03-13 21:55:32 -04:00
pytorch Replace HPU with external implementation (#17067) 2023-03-24 13:30:53 +01:00
README.md Remove examples and loggers from develop dependencies (#15282) 2022-10-25 09:23:26 -04:00
collect_env_details.py copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
docs.txt Update pandoc requirement from <=2.2,>=1.0 to >=1.0,<=2.3 in /requirements (#16960) 2023-03-07 00:28:34 +00:00
typing.txt Update CI to pull torch 2.0 stable (#17107) 2023-03-21 12:31:05 +00: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. 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.