@@ -56,11 +56,11 @@ outputs:
5656 - mkl-devel >=2024.2.2 # [x86_64 and win]
5757 - python_abi
5858 {% endif %}
59- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
59+ - libopenblas =0.3.32 # [osx]
6060 host :
6161 - python {{ python }}
6262 - libcxx =20.1.1 # [osx and arm64]
63- - libsvs-runtime =0.2 .0 # [x86_64 and linux]
63+ - libsvs-runtime =0.3 .0 # [x86_64 and linux]
6464 {% if PY_VER == '3.10' or PY_VER == '3.11' %}
6565 - mkl >=2024.2.2 # [x86_64]
6666 - python_abi <3.12
@@ -70,11 +70,11 @@ outputs:
7070 - python_abi =3.12
7171 {% endif %}
7272 - openblas =0.3.32 # [not x86_64]
73- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
73+ - libopenblas =0.3.32 # [osx]
7474 run :
7575 - python {{ python }}
7676 - libcxx =20.1.1 # [osx and arm64]
77- - libsvs-runtime =0.2 .0 # [x86_64 and linux]
77+ - libsvs-runtime =0.3 .0 # [x86_64 and linux]
7878 {% if PY_VER == '3.10' or PY_VER == '3.11' %}
7979 - mkl >=2024.2.2 # [x86_64]
8080 - python_abi <3.12
@@ -84,7 +84,7 @@ outputs:
8484 - python_abi =3.12
8585 {% endif %}
8686 - openblas =0.3.32 # [not x86_64]
87- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
87+ - libopenblas =0.3.32 # [osx]
8888 test :
8989 requires :
9090 - conda-build =25.1.2
@@ -120,7 +120,7 @@ outputs:
120120 - mkl >=2024.2.2 # [x86_64 and win]
121121 - python_abi =3.12
122122 {% endif %}
123- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
123+ - libopenblas =0.3.32 # [osx]
124124 host :
125125 - python {{ python }}
126126 - numpy >=2.0,<3.0
@@ -136,7 +136,7 @@ outputs:
136136 - mkl >=2024.2.2 # [x86_64 and win]
137137 - python_abi =3.12
138138 {% endif %}
139- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
139+ - libopenblas =0.3.32 # [osx]
140140 run :
141141 - python {{ python }}
142142 - numpy >=2.0,<3.0
@@ -151,7 +151,7 @@ outputs:
151151 - mkl >=2024.2.2 # [x86_64 and win]
152152 - python_abi =3.12
153153 {% endif %}
154- - libopenblas=0.3.30=openmp_h60d53f8_1 # [osx]
154+ - libopenblas =0.3.32 # [osx]
155155 test :
156156 requires :
157157 - numpy >=2.0,<3.0
0 commit comments