Skip to content

Commit 1e950c6

Browse files
committed
Merge dependency groups, sort dependencies within groups
1 parent 742ffe4 commit 1e950c6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pyproject.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,26 @@ classifiers = [
1717
"Programming Language :: Python :: 3.13",
1818
]
1919
dependencies = [
20-
"scikit-learn>=1.0.0,<2.0.0",
20+
"colorama>=0.4.6,<1.0.0",
2121
"numpy>=1.25; python_version<'3.13'",
2222
"numpy>=2.1.3; python_version>='3.13'",
23+
"scikit-learn>=1.0.0,<2.0.0",
2324
"scipy>=1.0.0,<2.0.0; python_version<'3.13'",
2425
"scipy>=1.14.1,<2.0.0; python_version>='3.13'",
25-
"colorama>=0.4.6,<1.0.0",
2626
]
2727

2828
[project.optional-dependencies]
2929
dev = [
30-
"pytest>=8.0.0,<9.0",
31-
"pytest-cov>=4.1.0,<5.0",
3230
"coverage>=7.4.1,<8.0",
33-
"ruff==0.6.6",
34-
"pre-commit>=3.7.1,<4.0",
35-
]
36-
nbtools = [
37-
"nbformat>=5.9.2,<6.0",
38-
"nbconvert>=7.14.2,<8.0",
3931
"jupyter>=1.0.0,<2.0",
4032
"matplotlib>=3.0,<4.0",
33+
"nbconvert>=7.14.2,<8.0",
34+
"nbformat>=5.9.2,<6.0",
4135
"nbsphinx>=0.9.4,<1.0",
36+
"pre-commit>=3.7.1,<4.0",
37+
"pytest>=8.0.0,<9.0",
38+
"pytest-cov>=4.1.0,<5.0",
39+
"ruff==0.6.6",
4240
"sphinx-immaterial>=0.12.0,<1.0",
4341
"sphinx>=7.0.0,<8.0; python_version<'3.10'",
4442
"sphinx>=8.0.0,<9.0; python_version>='3.10'",

0 commit comments

Comments
 (0)