Skip to content

Commit

Permalink
FIX/#199
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jun 18, 2022
1 parent dcd42e8 commit 25a484d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
sources=["opteryx/third_party/pyarrow_ops/cjoin.pyx"],
include_dirs=[np.get_include()],
),
# Extension(
# name="cythonize",
# sources=["opteryx/third_party/accumulation_tree/accumulation_tree.pyx"],
# )
# "mabel/data/internals/group_by.py",
Extension(
name="counting_tree",
sources=["opteryx/sketches/counting_tree.pyx"],
]

setup(
Expand Down

0 comments on commit 25a484d

Please sign in to comment.