@@ -275,15 +275,19 @@ specs:
275275 - grayskull =3.1.0
276276 - conda-recipe-manager =0.10.1
277277 - conda-build =26.3.0
278+ - constructor =3.15.3
278279 - conda-smithy =3.61.0
279280 - menuinst =2.4.2
281+ - conda-standalone =26.1.1
280282 - cmake =4.3.1 # scipy
281283 - meson =1.11.1 # matplotlib, scipy
282284 - meson-python =0.19.0
283285 - pybind11 =3.0.3
284286 - click =8.2.1 # allow_outdated, needs conda-recipe-manager update
285287 - typer =0.24.1
286288 - libffi =3.5.2
289+ - pythran =0.18.1
290+ - gfortran =14.3.0
287291 # Doc building
288292 - numpydoc =1.10.0
289293 - pydata-sphinx-theme =0.17.1
@@ -299,22 +303,12 @@ specs:
299303 - sphinxcontrib-towncrier =0.5.0a0
300304 - intersphinx-registry =0.2603.16
301305 # OS-specific
302- # Windows installers must stay under 2GB due to nsis. r-base itself is fairly big,
303- # but (much) worse it requires gfortran, which in turn requires clang, which is big.
304- # pythran also requires gfortran.
305- - r-base =4.5.3 # [not win]
306- # https://github.com/conda-forge/rpy2-feedstock/issues/149
307- - rpy2 =3.6.6 # [not win]
308- - pythran =0.18.1 # [not win] # pulls in clang, scipy
309- - gfortran =14.3.0 # [not win] # allow_outdated, needs r-base update, scipy
310- # Linux installers need to be under 2GB to be attachable to GitHub releases
311- - constructor =3.15.3 # [not linux]
312- - conda-standalone =26.1.1 # [not linux]
313306 - git =2.53.0 # [win]
314307 - make =4.4.1 # [win]
315308 - pyobjc-core =12.1 # [osx]
316309 - pyobjc-framework-Cocoa =12.1 # [osx]
317310 - pyobjc-framework-FSEvents =12.1 # [osx]
311+ # r-base and rpy2 add too many dependencies, so we don't add them
318312extra_envs :
319313 mne-kit-gui :
320314 channels :
0 commit comments