Skip to content

Commit 8862287

Browse files
committed
Updated dependency groups
1 parent 663eff8 commit 8862287

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo make install
2626
- run: pytest
2727

28-
- run: pip install --group dev-optional
28+
- run: pip install --group numpy --group scipy
2929
- run: pytest
3030

3131
- run: pip install --group typing

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ dev = [
3131
"SQLAlchemy[asyncio]>=2",
3232
"sqlmodel"
3333
]
34-
dev-optional = [
35-
"numpy",
36-
"scipy"
37-
]
34+
numpy = ["numpy"]
35+
scipy = ["scipy"]
3836
typing = [
3937
"mypy",
4038
"ty",
41-
{include-group = "dev-optional"}
39+
"numpy",
40+
"scipy"
4241
]
4342

4443
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)