|
32 | 32 | { |
33 | 33 | "description": "Keep core scientific stack (numpy, pandas, scipy) in sync across files", |
34 | 34 | "matchDatasources": ["pypi", "conda"], |
35 | | - "matchDepNames": ["numpy", "pandas", "scipy"], |
| 35 | + "matchPackageNames": ["numpy", "pandas", "scipy"], |
36 | 36 | "groupName": "python-scientific-core-libs" |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "description": "Keep Machine Learning libraries (scikit-learn, UMAP, OpenTSNE, SHAP) in sync across files", |
40 | 40 | "matchDatasources": ["pypi", "conda"], |
41 | | - "matchDepNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"], |
| 41 | + "matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"], |
42 | 42 | "groupName": "python-machine-learning-libs" |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "description": "Keep Visualization libraries (plotly, matplotlib, seaboarn) in sync across files", |
46 | 46 | "matchDatasources": ["pypi", "conda"], |
47 | | - "matchDepNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"], |
| 47 | + "matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"], |
48 | 48 | "groupName": "python-visualization-libs" |
49 | 49 | }, |
50 | 50 | { |
|
0 commit comments