Skip to content

Commit

Permalink
ssam v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 committed Oct 18, 2024
1 parent c326e2f commit 4fff432
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
except ImportError:
print("Please install Numpy first. e.g. pip install numpy")
exit(1)
from glob import glob

module_utils = setuptools.extension.Extension('ssam.utils', sources=["c/utils.cpp"], extra_compile_args=["-fopenmp", "-mavx512f"], extra_link_args=["-fopenmp", "-mavx512f"], include_dirs=[np.get_include()])

Expand All @@ -14,7 +13,7 @@

setuptools.setup(
name="ssam",
version="1.1.0",
version="1.1.1",
author="Jeongbin Park",
author_email="[email protected]",
description="SSAM",
Expand Down

0 comments on commit 4fff432

Please sign in to comment.