lightning/requirements
dependabot[bot] c04e1cdf67
Update gym[classic_control] requirement from <0.24.2,>=0.17.0 to >=0.17.0,<0.25.2 in /requirements (#14005)
Update gym[classic_control] requirement in /requirements

Updates the requirements on [gym[classic_control]](https://github.com/Farama-Foundation/gym-docs) to permit the latest version.
- [Release notes](https://github.com/Farama-Foundation/gym-docs/releases)
- [Commits](https://github.com/Farama-Foundation/gym-docs/commits)

---
updated-dependencies:
- dependency-name: gym[classic_control]
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 12:38:37 +00:00
..
app [App/Feature] HTTP Queues (#14978) 2022-10-06 16:01:49 +05:30
lit prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
lite Bump version of fsspec (#14975) 2022-10-03 09:53:15 +00:00
pytorch Update gym[classic_control] requirement from <0.24.2,>=0.17.0 to >=0.17.0,<0.25.2 in /requirements (#14005) 2022-10-10 12:38:37 +00:00
README.md
base.txt
collect_env_details.py Update collect env details and issue template (#14017) 2022-08-10 00:38:18 +00:00
docs.txt Update docutils requirement from <0.19,>=0.16 to >=0.16,<0.20 in /requirements (#14664) 2022-09-12 23:48:35 +05:30

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[loggers], this list is stored in requirements/pytorch/loggers.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.