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
Somehow pip install antspynet will cause numpy to be downgraded:
Installing collected packages: numpy
Attempting uninstall: numpy
Found existing installation: numpy 2.0.1
Uninstalling numpy-2.0.1:
Successfully uninstalled numpy-2.0.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
lunapi 0.1.2 requires numpy>=2, but you have numpy 1.26.4 which is incompatible.
Successfully installed numpy-1.26.4
It seems that pip somehow respects the requirements.txt (or tensorflow)
Somehow pip install antspynet will cause
numpy
to be downgraded:It seems that pip somehow respects the requirements.txt (or tensorflow)
ANTsPyNet/requirements.txt
Line 78 in 3f97e26
to set numpy. Is there any way to avoid this?
The text was updated successfully, but these errors were encountered: