Skip to content

Commit a7c5dff

Browse files
committed
Update asv.conf.json
1 parent dda1321 commit a7c5dff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benchmarks/asv.conf.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,19 @@
113113
"include": [
114114
// minimum supported versions
115115
{
116-
"python": "3.8",
116+
"python": "3.9",
117117
"build": "",
118-
"numpy": "1.17.5",
118+
"numpy": "1.19.3",
119119
"pandas": "1.3.0",
120120
"scipy": "1.6.0",
121121
// Note: these don't have a minimum in setup.py
122122
"h5py": "3.1.0",
123-
"ephem": "3.7.7.0", // first version to support py 3.8
124-
"numba": "0.47.0", // first version to support py 3.8
123+
"ephem": "4.0.0.0", // first version to support py 3.9
124+
"numba": "0.53.0", // first version to support py 3.9
125125
},
126126
// latest versions available
127127
{
128-
"python": "3.8",
128+
"python": "3.9",
129129
"build": "",
130130
"numpy": "",
131131
"pandas": "",

0 commit comments

Comments
 (0)