Skip to content

Commit

Permalink
[asv] specify versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed Jan 13, 2016
1 parent 96d9d27 commit 957aa68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions asv/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
// list indicates to just test against the default (latest)
// version.
"matrix": {
"Cython": [],
"numpy": [],
"scipy": [],
"matplotlib": [], // for running demos
"Cython": ["0.23.4"],
"numpy": ["1.10.4"],
"scipy": ["0.16.1"],
"matplotlib": ["1.5.1"], // for running demos
},

// The directory (relative to the current directory) that benchmarks are
Expand Down

0 comments on commit 957aa68

Please sign in to comment.