lightning/requirements
dependabot[bot] 1b56daf4f7
Update psutil requirement from <5.9.3 to <5.9.4 in /requirements (#15423)
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-0.1.0...release-5.9.3)

---
updated-dependencies:
- dependency-name: psutil
  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-11-01 21:44:01 +00:00
..
app Update psutil requirement from <5.9.3 to <5.9.4 in /requirements (#15423) 2022-11-01 21:44:01 +00:00
lit prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
lite bump typing-extensions (#15405) 2022-10-31 14:52:45 +01:00
pytorch Update psutil requirement from <5.9.3 to <5.9.4 in /requirements (#15423) 2022-11-01 21:44:01 +00:00
README.md Remove examples and loggers from develop dependencies (#15282) 2022-10-25 09:23:26 -04:00
base.txt LAI: creating mirror package (#15105) 2022-10-27 12:32:49 +02:00
collect_env_details.py
docs.txt [LAI] Solve circular imports for combined package (#15234) 2022-10-21 12:54:01 +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.