lightning/requirements
dependabot[bot] c43764971d
Update fsspec requirement from <=2022.7.1,>=2022.5.0 to >=2022.5.0,<=2023.6.0 in /requirements (#17925)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 15:35:26 -04:00
..
_integrations Simplify step redirection in strategy (#17531) 2023-06-05 11:38:56 +00:00
app Update fsspec requirement from <=2022.7.1,>=2022.5.0 to >=2022.5.0,<=2023.6.0 in /requirements (#17925) 2023-07-01 15:35:26 -04:00
data Update s3fs requirement from <2022.11.1,>=2022.5.0 to >=2022.5.0,<2023.6.1 in /requirements (#17861) 2023-06-19 14:29:20 +02:00
fabric Update tensorboardx requirement from <=2.6,>=2.2 to >=2.2,<=2.6.1 in /requirements (#17863) 2023-06-19 11:57:12 +02:00
pytorch Update scikit-learn requirement from <1.2.1,>0.22.1 to >0.22.1,<1.3.1 in /requirements (#17954) 2023-06-30 14:20:49 +00: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: bump sphinx ver. (#17824) 2023-06-15 09:37:04 -04:00
typing.txt Bump mypy from 1.3.0 to 1.4.1 in /requirements (#17918) 2023-06-26 09:29:12 +02: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.