lightning/requirements
dependabot[bot] 9eb8831225
Update setuptools requirement from <65.6.0 to <65.7.0 in /requirements (#15902)
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/0.6...v65.6.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 03:35:13 +00:00
..
app Update setuptools requirement from <65.6.0 to <65.7.0 in /requirements (#15902) 2022-12-06 03:35:13 +00:00
lite Update fairscale requirement from <=0.4.6,>=0.4.5 to >=0.4.5,<0.4.13 in /requirements (#15842) 2022-11-28 10:01:27 +05:30
pytorch CI: freeze docs requirements [hotfix] (#15865) 2022-11-30 00:43:48 -05:00
README.md
collect_env_details.py
docs.txt

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.