Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update asv dependencies #2728

Merged
merged 3 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading