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 af7941f commit 77c470bCopy full SHA for 77c470b
asv_bench/asv.conf.json
@@ -61,7 +61,7 @@
61
"conda_channels": ["conda-forge"],
62
63
// A conda environment file that is used for environment creation.
64
- // "conda_environment_file": "environment.yml",
+ "conda_environment_file": "../ci/requirements/asv.yml",
65
66
// The matrix of dependencies to test. Each key of the "req"
67
// requirements dictionary is the name of a package (in PyPI) and
ci/requirements/asv.yml
@@ -0,0 +1,14 @@
1
+name: xbatcher-benchmarks
2
+channels:
3
+ - conda-forge
4
+ - nodefaults
5
+dependencies:
6
+ # Required dependencies
7
+ - python=3.9
8
+ - dask
9
+ - numpy
10
+ - xarray
11
+ - pytorch
12
+ - tensorflow
13
+ # Xbatcher installation
14
+ - pip
0 commit comments