Skip to content

Commit

Permalink
BUILD_ERRORS
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 24, 2025
1 parent 68ed0fc commit 6bf2d37
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 @@
from typing import Dict

import numpy
import pyarrow
from Cython.Build import cythonize
from setuptools import Extension
from setuptools import find_packages
Expand Down Expand Up @@ -177,7 +176,7 @@ def rust_build(setup_kwargs: Dict[str, Any]) -> None:
Extension(
name="opteryx.compiled.structures.buffers",
sources=["opteryx/compiled/structures/buffers.pyx"],
include_dirs=include_dirs + [pyarrow.get_include()],
include_dirs=include_dirs, # + [pyarrow.get_include()],
language="c++",
extra_compile_args=COMPILE_FLAGS + ["-std=c++17"],
),
Expand Down

0 comments on commit 6bf2d37

Please sign in to comment.