Skip to content

Commit 95778fb

Browse files
authored
BENCH pin dependencies in asv benchmarks (scikit-learn#27264)
1 parent 40abf8b commit 95778fb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

asv_benchmarks/asv.conf.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,17 @@
7171
// pip (with all the conda available packages installed first,
7272
// followed by the pip installed packages).
7373
//
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+
//
7478
"matrix": {
75-
"numpy": [],
76-
"scipy": [],
77-
"cython": [],
78-
"joblib": [],
79-
"threadpoolctl": [],
80-
"pandas": []
79+
"numpy": ["1.25.2"],
80+
"scipy": ["1.11.2"],
81+
"cython": ["0.29.36"],
82+
"joblib": ["1.3.2"],
83+
"threadpoolctl": ["3.2.0"],
84+
"pandas": ["2.1.0"]
8185
},
8286

8387
// Combinations of libraries/python versions can be excluded/included

0 commit comments

Comments
 (0)