Skip to content

Commit

Permalink
Remove numpy.distutils import
Browse files Browse the repository at this point in the history
This is deprecated and not supported at all in python 3.12.
It's not clear how parallel build functionality is enabled now.
  • Loading branch information
timj committed Nov 20, 2023
1 parent 5e138d8 commit 401fab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

import glob

# Importing this automatically enables parallelized builds
import numpy.distutils.ccompiler # noqa: F401
from pybind11.setup_helpers import Pybind11Extension, build_ext
from setuptools import setup

Expand Down

0 comments on commit 401fab0

Please sign in to comment.