File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4848 )
4949
5050 - repo : https://github.com/astral-sh/ruff-pre-commit
51- rev : v0.7.4
51+ rev : v0.8.3
5252 hooks :
5353 - id : ruff
5454 args : ["--fix"]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pandas >=1.1.5
44scikit-learn >=1.3.0
55pytorch-lightning >=2.0.0, <2.5.0
66omegaconf >=2.3.0
7- torchmetrics >=0.10.0, <1.6 .0
7+ torchmetrics >=0.10.0, <1.7 .0
88tensorboard >2.2.0, !=2.5.0
99protobuf >=3.20.0, <5.30.0
1010pytorch-tabnet ==4.1
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ bump2version ==1.0.1
33# coverage >=4.5.4
44mkdocs-material ==9.5.*
55ipython[notebook] >8.0, <9.0
6- mkdocstrings[python] ==0.26.*
6+ mkdocstrings[python] ==0.26.*; python_version < "3.9"
7+ mkdocstrings[python] ==0.27.*; python_version >= "3.9"
78mknotebooks ==0.8.*
89pytest >=5.3.2
910pytest-runner >=5.1
You can’t perform that action at this time.
0 commit comments