Skip to content

Commit

Permalink
req: move pretty-errors and option for debug extras (#2527)
Browse files Browse the repository at this point in the history
* 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 b1d519c)
  • Loading branch information
Borda committed May 15, 2024
1 parent ced4456 commit d44b729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions requirements/debug.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d44b729

Please sign in to comment.