PsyNeuLink icon indicating copy to clipboard operation
PsyNeuLink copied to clipboard

Dependabot doesn't open PRs for torch

Open kmantel opened this issue 4 years ago • 1 comments

First noticed in https://github.com/PrincetonUniversity/PsyNeuLink/pull/1843

The only special thing I can see is the environment markers sys_platform != 'win32' and platform_machine == 'x86_64' and platform_python_implementation == 'CPython', but dependabot is supposed to support them as of v0.118.3.

kmantel avatar Apr 23 '21 03:04 kmantel

Moreover the current constraint is <2.0.0 which automatically includes all new releases

jvesely avatar May 06 '22 15:05 jvesely