Skip to content

Commit

Permalink
updated dependency on distutils for python 3.12 and above (#1072)
Browse files Browse the repository at this point in the history
* updated dependency on distutils for python 3.12 and above

* removed unused import
  • Loading branch information
peanutsee authored Nov 26, 2023
1 parent c0afb78 commit bd72b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mdx_math_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
SUCH DAMAGE.
"""

from distutils.core import setup
from setuptools import setup

long_description = """This extension adds math formulas support to Python-Markdown_
(works with version 2.6 or newer).
Expand Down
1 change: 0 additions & 1 deletion mlxtend/frequent_patterns/fpcommon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import collections
import warnings
from distutils.version import LooseVersion as Version

import numpy as np
import pandas as pd
Expand Down

0 comments on commit bd72b15

Please sign in to comment.