Skip to content

Commit eb09e8b

Browse files
Remove pytest from main dependencies
1 parent c86e586 commit eb09e8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"llvmlite",
2727
"scipy>=1.9",
2828
"tqdm>=4.19",
29-
"pytest>=8.3.4",
3029
]
3130

3231
[project.optional-dependencies]
@@ -56,7 +55,7 @@ nn = [
5655

5756
dev = [
5857
"pandas>=0.24",
59-
"pytest>=7.0",
58+
"pytest>=8.3.4",
6059
"ruff"
6160
]
6261

0 commit comments

Comments
 (0)