Skip to content

Commit

Permalink
Update asv.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Sep 24, 2024
1 parent dda1321 commit a7c5dff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@
"include": [
// minimum supported versions
{
"python": "3.8",
"python": "3.9",
"build": "",
"numpy": "1.17.5",
"numpy": "1.19.3",
"pandas": "1.3.0",
"scipy": "1.6.0",
// Note: these don't have a minimum in setup.py
"h5py": "3.1.0",
"ephem": "3.7.7.0", // first version to support py 3.8
"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
},
// latest versions available
{
"python": "3.8",
"python": "3.9",
"build": "",
"numpy": "",
"pandas": "",
Expand Down

0 comments on commit a7c5dff

Please sign in to comment.