Skip to content

Commit c6f78d5

Browse files
authored
Merge branch 'main' into contributors-readme-action-HaJF-SHGui
2 parents e00d4b6 + 4194dc6 commit c6f78d5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
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"]

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas >=1.1.5
44
scikit-learn >=1.3.0
55
pytorch-lightning >=2.0.0, <2.5.0
66
omegaconf >=2.3.0
7-
torchmetrics >=0.10.0, <1.6.0
7+
torchmetrics >=0.10.0, <1.7.0
88
tensorboard >2.2.0, !=2.5.0
99
protobuf >=3.20.0, <5.30.0
1010
pytorch-tabnet ==4.1

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ bump2version ==1.0.1
33
# coverage >=4.5.4
44
mkdocs-material ==9.5.*
55
ipython[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"
78
mknotebooks ==0.8.*
89
pytest >=5.3.2
910
pytest-runner >=5.1

0 commit comments

Comments
 (0)