setup.py -> add numpy dep below v2

This commit is contained in:
jdegenstein
2024-08-22 12:27:06 -05:00
committed by GitHub
parent 5fdeda5076
commit d657da605a

View File

@@ -35,5 +35,6 @@ setup(
"requests>=2,<3",
"spyder>=5,<6",
"pyqtgraph",
"numpy >= 1.24.1, <2",
],
)