Skip to content

Commit 64ee16e

Browse files
committed
Fix installer warning
1 parent 66589cf commit 64ee16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from setuptools import Extension, find_packages, setup
2525

26-
EXTENSION_OPTS = dict(compiler_directives={})
26+
EXTENSION_OPTS = dict()
2727

2828
# Make sure conda prefix is loaded if installed in a conda environment.
2929
CONDA_PREFIX = os.environ.get("CONDA_PREFIX")

0 commit comments

Comments
 (0)