Fix versioning issues, resolves #1

This commit is contained in:
Kenneth Jao 2022-03-25 17:12:17 -04:00
parent 0551faf085
commit 8c614c78cb
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ keyring==23.2.1
kiwisolver==1.3.2 kiwisolver==1.3.2
MarkupSafe==2.0.1 MarkupSafe==2.0.1
matplotlib==3.4.3 matplotlib==3.4.3
numpy==1.21.2 numpy==1.22.1
packaging==21.0 packaging==21.0
pep517==0.11.0 pep517==0.11.0
Pillow==8.3.2 Pillow==8.3.2

View File

@ -22,8 +22,8 @@ packages = squish
python_requires = >= 3.8 python_requires = >= 3.8
install_requires = install_requires =
numpy >= 1.21.2 numpy >= 1.21.2
scipy == 1.7.1 scipy >= 1.7.1
matplotlib == 3.4.3 matplotlib >= 3.4.3
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =