diff --git a/conda/meta.yaml b/conda/meta.yaml
index deb22c4c5aae2b6b32c771d8860772499e390d46..607bf5679269993172feac883681a0677dc9a3e0 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -15,9 +15,7 @@ build:
     - python setup.py sdist --formats=zip
     {% endif %}
     - python setup.py install --single-version-externally-managed --record record.txt
-  skip: True  # [blas_impl == 'openblas' and win]
-  requires_features:
-    blas: {{ blas_impl }}
+  skip: True  # [blas_impl == "openblas" and win]
 
 requirements:
   build:
@@ -32,9 +30,8 @@ requirements:
     - libblitz {{ libblitz }}
     - boost {{ boost }}
     - numpy {{ numpy }}
-    - mkl-devel {{ mkl }}  # [blas_impl == 'mkl']
-    - openblas-devel {{ openblas }}  # [blas_impl == 'openblas']
-    - nomkl  # [blas_impl == 'openblas']
+    - mkl-devel {{ mkl }}  # [blas_impl == "mkl"]
+    - openblas-devel {{ openblas }}  # [blas_impl == "openblas"]
   run:
     - python
     - setuptools