diff --git a/README.md b/README.md index 5290a37..b98b738 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Run benchmark tests](https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml/badge.svg)](https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml) # Optimization Benchmarks -Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python* +Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python*. ## Environment Setup To install Python environments from Intel channel along with pip-installed packages diff --git a/environments/intel.yaml b/environments/intel.yaml index e2fb042..749ea65 100644 --- a/environments/intel.yaml +++ b/environments/intel.yaml @@ -1,6 +1,6 @@ name: intel_env channels: - - intel + - https://software.repos.intel.com/python/conda/ - conda-forge - nodefaults dependencies: diff --git a/environments/stock.yaml b/environments/stock.yaml index a20257b..6a368fb 100644 --- a/environments/stock.yaml +++ b/environments/stock.yaml @@ -1,6 +1,6 @@ name: stock_env channels: - - intel + - https://software.repos.intel.com/python/conda/ - conda-forge - nodefaults dependencies: