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
numpy version check: use LooseVersion consistently
There are two places where the version check is done, and my
last changeset fixed only one of them. This time I am restoring
the use of distutils.version, and using LooseVersion in
both locations. It looks like it should work as well as "split"
for the forseeable future.
0 commit comments