Commit 4261a230 authored by Michał Karzyński's avatar Michał Karzyński Committed by Scott Cyphers

[Py] Revert Anaconda workaround (#2382)

parent 45a0fb47
......@@ -373,10 +373,6 @@ class BuildExt(build_ext):
build_ext.build_extensions(self)
if sys.platform == 'darwin':
# This turns out to be needed when building using Anaconda python on macOS.
os.environ['MACOSX_DEPLOYMENT_TARGET'] = '10.9'
with open(os.path.join(PYNGRAPH_ROOT_DIR, 'requirements.txt')) as req:
requirements = req.read().splitlines()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment