Skip to content

Commit

Permalink
chore: new pyproject.toml
Browse files Browse the repository at this point in the history
removed install requires from setup.py
  • Loading branch information
nauaneed committed Aug 20, 2024
1 parent 0316d2b commit b973faa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ def setup_package():
exec(compile(open(module).read(), module, 'exec'), info)

# The requirements.
install_requires = [
'cyarray', 'numpy', 'Cython', 'setuptools>=6.0', 'mpi4py>=1.2,<4.0'
]
tests_require = ["pytest>=3.0"]
docs_require = ["sphinx"]

Expand Down Expand Up @@ -388,7 +385,6 @@ def setup_package():
ext_modules=ext_modules,
include_package_data=True,
cmdclass=cmdclass,
install_requires=install_requires,
extras_require={
"docs": docs_require,
"tests": tests_require,
Expand Down

0 comments on commit b973faa

Please sign in to comment.