Skip to content

Commit

Permalink
Merge branch 'master' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Aug 25, 2023
2 parents b14fc84 + 1dd5faa commit 7f1ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def build_extensions(self):

# install_requires = ['numpy', 'cython']
install_requires = ['cython>=3.0.0']
setup_requires = ['setuptools>=18.0', 'cython>=0.29.6']
setup_requires = ['setuptools>=18.0', 'cython>=3.0.0']
tests_require = ['pytest']
dev_require = tests_require + ['cython>=3.0.0']

Expand Down

0 comments on commit 7f1ec9e

Please sign in to comment.