This commit is contained in:
Mark Dean
2020-04-22 20:29:49 -04:00
parent 2961406f58
commit e116a07612

View File

@@ -51,12 +51,12 @@ PACKAGE_MAPPING = {
"scikit-learn": "sklearn", "scikit-learn": "sklearn",
"scikit-image": "skimage", "scikit-image": "skimage",
"spylon-kernel": "spylon_kernel", "spylon-kernel": "spylon_kernel",
"pytables": "tables",
# R # R
"randomforest": "randomForest", "randomforest": "randomForest",
"rsqlite": "DBI", "rsqlite": "DBI",
"rcurl": "RCurl", "rcurl": "RCurl",
"rodbc": "RODBC", "rodbc": "RODBC",
"pytables": "tables",
} }
# List of packages that cannot be tested in a standard way # List of packages that cannot be tested in a standard way