Skip to content

Commit

Permalink
fix: remove unused requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
levje committed Nov 8, 2024
1 parent b9d7935 commit dfc44fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
version=VERSION,
packages=find_packages(),
python_requires=PYTHON_VERSION,
setup_requires=['numpy'],
install_requires=external_dependencies,
entry_points={
'console_scripts': ["{}=scripts_python.{}:main".format(
Expand Down

0 comments on commit dfc44fb

Please sign in to comment.