8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40abf8b commit 95778fbCopy full SHA for 95778fb
asv_benchmarks/asv.conf.json
@@ -71,13 +71,17 @@
71
// pip (with all the conda available packages installed first,
72
// followed by the pip installed packages).
73
//
74
+ // The versions of the dependencies should be bumped in a dedicated commit
75
+ // to easily identify regressions/imrovements due to code changes from
76
+ // those due to dependency changes.
77
+ //
78
"matrix": {
- "numpy": [],
- "scipy": [],
- "cython": [],
- "joblib": [],
79
- "threadpoolctl": [],
80
- "pandas": []
+ "numpy": ["1.25.2"],
+ "scipy": ["1.11.2"],
81
+ "cython": ["0.29.36"],
82
+ "joblib": ["1.3.2"],
83
+ "threadpoolctl": ["3.2.0"],
84
+ "pandas": ["2.1.0"]
85
},
86
87
// Combinations of libraries/python versions can be excluded/included
0 commit comments