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
Issue:
The ulmo conda-forge package apparently does not work with Python 3.7 or 3.8. It seems to be pinned to 3.6 (I haven't checked against lower versions). This restriction is not present in the ulmo PyPI package. See ulmo-dev/ulmo#200
Note: the conda details presented below are for one of my tests, using a fairly minimal conda env. But others have confirmed this issue with similar tests in their own environments and platforms.
Issue:
The ulmo conda-forge package apparently does not work with Python 3.7 or 3.8. It seems to be pinned to 3.6 (I haven't checked against lower versions). This restriction is not present in the ulmo PyPI package. See ulmo-dev/ulmo#200
I don't know where it's set, but my bet guess is https://github.com/conda-forge/ulmo-feedstock/blob/master/.ci_support/linux_64_.yaml#L12
Is that something I can change myself via a PR? If so, what should it be changed to? An explicit list of supported versions, or only the most recent supported version? eg:
or
Note: the conda details presented below are for one of my tests, using a fairly minimal conda env. But others have confirmed this issue with similar tests in their own environments and platforms.
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: