Skip to content

Commit

Permalink
distutils.version.LooseVersion --> looseversion.LooseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
kroq-gar78 committed Sep 1, 2024
1 parent d708bd0 commit b599e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cortex/svgoverlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from scipy.spatial import cKDTree
from builtins import zip, str

from distutils.version import LooseVersion
from looseversion import LooseVersion

from lxml import etree
from lxml.builder import E
Expand Down
2 changes: 1 addition & 1 deletion cortex/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import tempfile
import urllib.request
import warnings
from distutils.version import LooseVersion
from looseversion import LooseVersion
from importlib import import_module

import h5py
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ pillow
nibabel>=2.1
networkx>=2.1
imageio
looseversion

0 comments on commit b599e26

Please sign in to comment.