We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9c546 commit 14632d2Copy full SHA for 14632d2
1 file changed
setup.py
@@ -14,7 +14,7 @@
14
description=DESCRIPTION,
15
long_description_content_type="text/markdown",
16
packages=find_packages(),
17
- install_requires=[],
+ install_requires=["numpy >= 1.19.5"],
18
keywords=['python', 'sorting', 'beginners', 'sockets'],
19
classifiers=[
20
"Development Status :: 1 - Planning",
0 commit comments