Skip to content

Commit 39b814f

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

3 files changed

Lines changed: 342 additions & 344 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- uses: astral-sh/setup-uv@v8.1.0
4141
with:
4242
python-version: ${{ matrix.python-version }}
43+
- run: uv sync --all-extras
4344

4445
- name: Run tests without cloudpathlib
4546
run: |
@@ -52,7 +53,7 @@ jobs:
5253
5354
- name: Run tests with cloudpathlib
5455
run: |
55-
uv run --extra cloud pytest \
56+
uv run pytest \
5657
-m "cloud" \
5758
--junitxml=pytest-cloud.xml \
5859
--cov-report=xml:coverage.xml \

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)