Skip to content

Commit

Permalink
Merge pull request #2728 from mraspaud/fix-asv
Browse files Browse the repository at this point in the history
Update asv dependencies
  • Loading branch information
mraspaud committed Jan 31, 2024
2 parents 4be3e17 + a1a1324 commit eb4ac0b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// determined by looking for tools on the PATH environment
// variable.
//"environment_type": "virtualenv",
"environment_type": "conda",
"environment_type": "mamba",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand All @@ -58,7 +58,7 @@
// The Pythons you'd like to test against. If not provided, defaults
// to the current version of Python used to run `asv`.
// "pythons": ["2.7", "3.6"],
"pythons": ["3.9", "3.10"],
"pythons": ["3.11", "3.12"],

// The list of conda channel names to be searched for benchmark
// dependency packages in the specified order
Expand All @@ -80,14 +80,14 @@
// "pip+emcee": [""], // emcee is only available for install with pip.
// },
"matrix": {
"pyresample": ["1.22.3"],
"trollimage": ["1.17.0"],
"pyorbital": ["1.7.1"],
"pyspectral": ["0.10.6"],
"rasterio": ["1.2.10"],
"dask": ["2021.12.0"],
"xarray": ["0.20.2"],
"numpy": ["1.22.0"],
"pyresample": ["1.27.1"],
"trollimage": ["1.22.2"],
"pyorbital": ["1.8.1"],
"pyspectral": ["0.13.0"],
"rasterio": ["1.3.9"],
"dask": ["2024.1.1"],
"xarray": ["2024.1.1"],
"numpy": ["1.26.0"],
"s3fs": [],
"h5py": [],
"netCDF4": [],
Expand Down

0 comments on commit eb4ac0b

Please sign in to comment.