lightning/requirements
Jirka Borovec d1ca3c6e09
fix(tests): update tests after torch 2.4.1 (#20302)
* update

* test_loggers_pickle_all

* more...

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-26 11:52:22 -04:00
..
_integrations Remove the Colossal AI integration (#19528) 2024-02-26 10:59:15 +01:00
data migrate Data subpackage (#19523) 2024-02-26 08:25:00 -05:00
fabric Remove numpy from base requirements (#20090) 2024-07-18 04:18:55 -04:00
pytorch Remove numpy from base requirements (#20090) 2024-07-18 04:18:55 -04:00
README.md
ci.txt Fix package build dependencies (#20015) 2024-06-25 18:44:29 -04:00
collect_env_details.py docformatter: config with black (#18064) 2023-08-09 10:44:20 -04:00
docs.txt docs: use fixed version of adjust links to 'stable' (#19697) 2024-03-27 07:11:48 +01:00
doctests.txt ci: pin `pytest` for package doctests (#19567) 2024-03-04 15:09:04 +01:00
typing.txt fix(tests): update tests after torch 2.4.1 (#20302) 2024-09-26 11:52:22 -04: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.