Skip to content

Commit 14632d2

Browse files
authored
updated install_requires in setup.py (#26)
1 parent 6d9c546 commit 14632d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
description=DESCRIPTION,
1515
long_description_content_type="text/markdown",
1616
packages=find_packages(),
17-
install_requires=[],
17+
install_requires=["numpy >= 1.19.5"],
1818
keywords=['python', 'sorting', 'beginners', 'sockets'],
1919
classifiers=[
2020
"Development Status :: 1 - Planning",

0 commit comments

Comments
 (0)