Skip to content

Commit

Permalink
add setup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Mar 29, 2024
1 parent ffe4a02 commit 568ec2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __str__(self):

if __name__ == "__main__":
setup(
setup_requires=["numpy"],
ext_modules=[
Extension(
"anomaly_detector.univariate._anomaly_kernel_cython",
Expand Down

0 comments on commit 568ec2a

Please sign in to comment.