diff --git a/multivis.egg-info/requires.txt b/multivis.egg-info/requires.txt index 4b2c25b..9ab93c2 100644 --- a/multivis.egg-info/requires.txt +++ b/multivis.egg-info/requires.txt @@ -1,4 +1,4 @@ -numpy==1.21.0 +numpy==1.22.0 openpyxl==2.6.1 pandas==1.2.5 matplotlib==3.4.2 diff --git a/setup.py b/setup.py index 8504b28..9f8fcda 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): url="https://github.com/brettChapman/multivis", packages=["multivis", "multivis.utils"], python_requires=">=3.5", - install_requires=["numpy==1.21.0", + install_requires=["numpy==1.22.0", "openpyxl==2.6.1", "pandas==1.2.5", "matplotlib==3.4.2",