Skip to content

Commit 407687f

Browse files
authored
ASV: bump numpy and pandas versions to match new requirements (#1987)
* asv: bump minimum numpy and pandas versions * try numpy 1.17.5?
1 parent 3c7b5da commit 407687f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/asv.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
{
116116
"python": "3.7",
117117
"build": "",
118-
"numpy": "1.16.5",
119-
"pandas": "0.25.0",
118+
"numpy": "1.17.5",
119+
"pandas": "1.3.0",
120120
"scipy": "1.5.0",
121121
// Note: these don't have a minimum in setup.py
122122
"h5py": "3.1.0",

0 commit comments

Comments
 (0)