Skip to content

Commit 2c7e309

Browse files
committed
Move dev dependencies into main list
1 parent c62c326 commit 2c7e309

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dynamic = ["classifiers", "keywords", "license", "scripts", "version"]
1515
dependencies = [
1616
"av",
1717
"bokeh >= 3.1.1",
18+
"coverage",
1819
"cython",
1920
"h5py >= 3.4.0",
2021
"holoviews >= 1.16.2",
@@ -35,6 +36,8 @@ dependencies = [
3536
"psutil",
3637
"pynwb",
3738
"pyside6",
39+
"pytest",
40+
"pytest-cov",
3841
"scikit-image >= 0.19.0",
3942
"scikit-learn >= 1.2",
4043
"scipy >= 1.10.1",
@@ -52,11 +55,6 @@ jupyter = [
5255
"pyqtgraph",
5356
"tk"
5457
]
55-
dev = [
56-
"coverage",
57-
"pytest",
58-
"pytest-cov"
59-
]
6058

6159
[build-system]
6260
requires = ["cython", "numpy", "setuptools", "wheel"]

0 commit comments

Comments
 (0)