Skip to content

Commit

Permalink
replace deprecated numpy.distutils with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
pjs902 committed Jan 9, 2025
1 parent f642fb1 commit f412c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from numpy.distutils.core import setup
from numpy.distutils.extension import Extension
from setuptools import setup
from setuptools import Extension


class get_numpy_include(object):
Expand Down

0 comments on commit f412c14

Please sign in to comment.