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
For some dependencies, upstream maintainers list Python versions where those packages are needed,
938
+
even if the packages can actually be installed under all Python versions.
939
+
940
+
Implementing this restriction in conda-forge is currently only possible through the use of ``skips``
941
+
which restricts the corresponding conda-forge recipes from becoming ``noarch``.
942
+
943
+
Therefore, the conda-forge community maintains a list of packages that are safe to be installed under all Python versions,
944
+
even if the original package only requires it for some versions.
945
+
946
+
For example, the package `pyquil <https://github.com/rigetti/pyquil>`__ only
947
+
`requires <https://github.com/rigetti/pyquil/blob/497791e8108d8780109d75410be786c5f6e590ea/pyproject.toml#L30>`__ ``importlib-metadata`` for ``python <3.8`` but it is actually save to be installed under ``python >=3.8`` as well.
0 commit comments