You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conda-envs/environment-test.yml we are pinning libgcc<15. This produces the following error on MacOS 15.5:
Channels:
- conda-forge
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- libgcc[version='<15']
Is libgcc>=15 still an issue on windows? Do we need separate environment-test-windows.yml and environment-test-mac.yml specifications? Or is it safe to relax the libgcc restrictions?