Skip to content

Commit fdbb7d3

Browse files
committed
Update project dependencies
- Bump ruff - Remove pandas from dev dependencies, already used in pybids extra
1 parent bcfd7a6 commit fdbb7d3

2 files changed

Lines changed: 340 additions & 343 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ pybids = ["pandas>=2.0.0"]
3636

3737
[dependency-groups]
3838
dev = [
39-
"pandas==3.0.2",
4039
"pdoc>=16.0.0",
4140
"pre-commit>=4.6.0",
4241
"pytest>=9.0.3",
4342
"pytest-cov>=7.1.0",
44-
"ruff>=0.15.12",
43+
"ruff>=0.15.13",
4544
]
4645

4746
[project.urls]

0 commit comments

Comments
 (0)