|
29 | 29 | "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin" |
30 | 30 | ] |
31 | 31 | }, |
32 | | - { |
33 | | - "description": "Keep other Python libraries per dependency in sync across files", |
34 | | - "matchDatasources": ["pypi", "conda"], |
35 | | - "groupName": "python-update-{{packageName}}" |
36 | | - }, |
37 | 32 | { |
38 | 33 | "description": "Keep core scientific stack (numpy, pandas, scipy) in sync across files", |
39 | 34 | "matchDatasources": ["pypi", "conda"], |
40 | | - "matchPackageNames": ["numpy", "pandas", "scipy"], |
41 | | - "groupName": "python-scientific-core-libs" |
| 35 | + "matchPackageNames": ["numpy", "pandas", "scipy"] |
42 | 36 | }, |
43 | 37 | { |
44 | 38 | "description": "Keep Machine Learning libraries (scikit-learn, UMAP, OpenTSNE, SHAP) in sync across files", |
45 | 39 | "matchDatasources": ["pypi", "conda"], |
46 | | - "matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"], |
47 | | - "groupName": "python-machine-learning-libs" |
| 40 | + "matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"] |
48 | 41 | }, |
49 | 42 | { |
50 | 43 | "description": "Keep Visualization libraries (plotly, matplotlib, seaboarn) in sync across files", |
51 | 44 | "matchDatasources": ["pypi", "conda"], |
52 | | - "matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"], |
53 | | - "groupName": "python-visualization-libs" |
| 45 | + "matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"] |
54 | 46 | } |
55 | 47 | ], |
56 | 48 | "customManagers": [ |
|
0 commit comments