From d44b729ca0c34247b6e184f7a7f9f5d1efc11075 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 6 May 2024 19:40:19 +0200 Subject: [PATCH] req: move `pretty-errors` and option for `debug` extras (#2527) * move `pretty-errors` and option for `debug` * relax --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit b1d519c1ab29232f514a366cf5cf4294bceed014) --- requirements/base.txt | 1 - requirements/debug.txt | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 requirements/debug.txt diff --git a/requirements/base.txt b/requirements/base.txt index e41bba57f7b..98b6123c14f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,4 +6,3 @@ packaging >17.1 torch >=1.10.0, <2.4.0 typing-extensions; python_version < '3.9' lightning-utilities >=0.8.0, <0.12.0 -pretty-errors ==1.2.25 diff --git a/requirements/debug.txt b/requirements/debug.txt new file mode 100644 index 00000000000..3c0e713aeda --- /dev/null +++ b/requirements/debug.txt @@ -0,0 +1,4 @@ +# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package +# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment + +pretty-errors >=1.2.0, <1.3.0