Commit fbea8a6f authored by romainx's avatar romainx

Fix a spylon_kernel forgot a test value ...

parent d4c746a8
...@@ -50,7 +50,7 @@ PACKAGE_MAPPING = { ...@@ -50,7 +50,7 @@ PACKAGE_MAPPING = {
"beautifulsoup4": "bs4", "beautifulsoup4": "bs4",
"scikit-learn": "sklearn", "scikit-learn": "sklearn",
"scikit-image": "skimage", "scikit-image": "skimage",
"spylon-kernel": "spylon_kernel1", "spylon-kernel": "spylon_kernel",
# R # R
"randomforest": "randomForest", "randomforest": "randomForest",
"rsqlite": "DBI", "rsqlite": "DBI",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment