Skip to content

Commit bf4fecb

Browse files
committed
add additional defaults
1 parent 066a5a8 commit bf4fecb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

template/utils/_imports.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
# A mapping from import name to package name (on PyPI) when the package name
99
# is different.
1010
INSTALL_MAPPING = {
11+
"codespell_lib": "codespell",
1112
"cv2": "opencv-python",
13+
"pytest_cov": "pytest-cov",
1214
"serial": "pyserial",
15+
"sklearn": "scikit-learn",
16+
"sksparse": "scikit-sparse",
1317
}
1418

1519

0 commit comments

Comments
 (0)