Unverified Commit 38756397 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge branch 'master' into jennifer/contributing

parents 08c142c4 3b981907
numpy==1.13.1
six
numpy
typing
......@@ -227,11 +227,8 @@ class BuildExt(build_ext):
build_ext.build_extensions(self)
requirements = [
"setuptools",
"six",
"numpy"
]
with open('requirements.txt') as req:
requirements = req.read().splitlines()
setup(
......
......@@ -238,11 +238,8 @@ class BuildExt(build_ext):
build_ext.build_extensions(self)
requirements = [
"setuptools",
"six",
"numpy",
]
with open('${CMAKE_SOURCE_DIR}/requirements.txt') as req:
requirements = req.read().splitlines()
setup(
......
pytest
numpy==1.13.1
tox
flake8
flake8-commas
......
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