Skip to content

Commit fe74e5d

Browse files
committed
Add back install_requires
1 parent 63cae05 commit fe74e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def finalize_options(self):
3535
description="Read and write Event Stream (.es) files",
3636
long_description=long_description,
3737
long_description_content_type="text/markdown",
38+
install_requires=["numpy>=1.24"],
3839
classifiers=[
3940
"Programming Language :: Python :: 3",
4041
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)