We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef8514 commit 8e48023Copy full SHA for 8e48023
setup.py
@@ -33,6 +33,6 @@
33
],
34
python_requires='>=3.7',
35
install_requires=[
36
- "numpy~=1.18"
+ "numpy>=1.18"
37
]
38
)
0 commit comments