From 6e6287b39b069219c2d0757bcf4c40aff1e68797 Mon Sep 17 00:00:00 2001 From: vchamarthi Date: Fri, 5 Jun 2026 10:42:15 -0500 Subject: [PATCH] Add requirements.txt and update env type to conda like mkl_fft --- benchmarks/asv.conf.json | 6 +++++- benchmarks/requirements.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 benchmarks/requirements.txt diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 78482758..0665bc5e 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -6,7 +6,11 @@ "branches": [ "main" ], - "environment_type": "existing", + "environment_type": "conda", + "conda_channels": [ + "https://software.repos.intel.com/python/conda/", + "conda-forge" + ], "benchmark_dir": "benchmarks", "env_dir": ".asv/env", "results_dir": ".asv/results", diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt new file mode 100644 index 00000000..a4d92cc0 --- /dev/null +++ b/benchmarks/requirements.txt @@ -0,0 +1 @@ +psutil