We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66589cf commit 64ee16eCopy full SHA for 64ee16e
setup.py
@@ -23,7 +23,7 @@
23
24
from setuptools import Extension, find_packages, setup
25
26
-EXTENSION_OPTS = dict(compiler_directives={})
+EXTENSION_OPTS = dict()
27
28
# Make sure conda prefix is loaded if installed in a conda environment.
29
CONDA_PREFIX = os.environ.get("CONDA_PREFIX")
0 commit comments