Skip to content

Commit

Permalink
remove setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarotanahashi authored Jan 6, 2022
1 parent cf684ec commit 058d114
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,7 @@ def build_extension(self, ext):
]


setup_requires = [
'numpy>=1.17.3, <=1.20.0',
'scikit-build>=0.11.1',
'wheel>=0.36.2',
'Cython>=0.29.21'
"cmake>=3.20.0",
'setuptools',
'nbsphinx'
]
setup_requires = []

tests_require = [
'coverage>=4.5.1',
Expand Down

0 comments on commit 058d114

Please sign in to comment.