lightning/requirements
Carlos Mocholí 27cab24ca3
bump: typing-extensions >=4.0.0, <=4.7.1 (#18125)
* Update max typing extensions

* Fix some app tests too

* "trigger ci"

* xfail on 3.9
2023-07-21 16:46:18 +02:00
..
_integrations Simplify step redirection in strategy (#17531) 2023-06-05 11:38:56 +00:00
app bump: typing-extensions >=4.0.0, <=4.7.1 (#18125) 2023-07-21 16:46:18 +02:00
data bump Lit-Utils to 0.9 (#17955) 2023-07-03 17:49:00 +00:00
fabric bump: typing-extensions >=4.0.0, <=4.7.1 (#18125) 2023-07-21 16:46:18 +02:00
pytorch bump: typing-extensions >=4.0.0, <=4.7.1 (#18125) 2023-07-21 16:46:18 +02:00
README.md Remove devel.txt requirements file (#17466) 2023-04-25 07:21:21 +00:00
collect_env_details.py Remove duplicate import checks (#16648) 2023-05-04 18:40:42 +02:00
docs.txt docs: fallback for restoring right scroll menu (#18108) 2023-07-18 14:06:18 +02:00
typing.txt bump Lit-Utils to 0.9 (#17955) 2023-07-03 17:49:00 +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.

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.