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 dda1321 commit a7c5dffCopy full SHA for a7c5dff
benchmarks/asv.conf.json
@@ -113,19 +113,19 @@
113
"include": [
114
// minimum supported versions
115
{
116
- "python": "3.8",
+ "python": "3.9",
117
"build": "",
118
- "numpy": "1.17.5",
+ "numpy": "1.19.3",
119
"pandas": "1.3.0",
120
"scipy": "1.6.0",
121
// Note: these don't have a minimum in setup.py
122
"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
+ "ephem": "4.0.0.0", // first version to support py 3.9
+ "numba": "0.53.0", // first version to support py 3.9
125
},
126
// latest versions available
127
128
129
130
"numpy": "",
131
"pandas": "",
0 commit comments