Allow for >=NumPy versioning to deal with C compilation header errors

This commit is contained in:
Kenneth Jao 2022-01-27 21:21:34 -05:00
parent 7be90233c2
commit 612e0f0c58

View File

@ -21,7 +21,7 @@ zip_safe = False
packages = squish
python_requires = >= 3.8
install_requires =
numpy == 1.21.2
numpy >= 1.21.2
scipy == 1.7.1
matplotlib == 3.4.3