-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to mamba * Switch to mamba * fix/ * Add mamba to env * reduce * fix? * fix skipping * Speedup? * Remove custom bench env yaml * [skip-ci] fix bench env * [skip-ci]fix? * [skip-ci] again * Revert "[skip-ci] again" This reverts commit b440a4e. * Revert "[skip-ci]fix?" This reverts commit f045a64. * Revert "[skip-ci] fix bench env" This reverts commit 2b5add3. * Revert "Remove custom bench env yaml" This reverts commit 518ff1a. * add back custom bench env * fix reduce bare with 2D arrays * try avoiding env file again * small cleanups * try again
- Loading branch information
Showing
4 changed files
with
66 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: flox-bench | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- asv | ||
- cachey | ||
- dask-core | ||
- numpy>=1.20 | ||
- mamba | ||
- pip | ||
- python=3.10 | ||
- xarray | ||
- numpy_groupies>=0.9.19 | ||
- numbagg>=0.3 | ||
- wheel |