Skip to content

Commit

Permalink
Fix setup.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561781166
  • Loading branch information
cantonios authored and The ml_dtypes Authors committed Aug 31, 2023
1 parent 28cc246 commit 780b6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def find_package_modules(self, package, package_dir):
setup(
ext_modules=[
Pybind11Extension(
"ml_dtypes._ml_dtypes_lib",
"ml_dtypes._ml_dtypes_ext",
[
"ml_dtypes/_src/dtypes.cc",
"ml_dtypes/_src/numpy.cc",
Expand Down

0 comments on commit 780b6d0

Please sign in to comment.