Skip to content

Commit

Permalink
[FIX] removed distutils for python 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagopereira committed May 29, 2024
1 parent 57df19b commit ef0255e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

import numpy
from Cython.Build import cythonize
from numpy.distutils import fcompiler
from numpy.distutils.core import setup
from numpy.distutils.extension import Extension
from setuptools.extension import Extension

try:
# Recommended for setuptools 61.0.0+
Expand Down

0 comments on commit ef0255e

Please sign in to comment.