diff --git a/setup.py b/setup.py index 1cdbf9a563c21cd2f4049bfcb942154337851688..17ca56eac4d2eebfac1e3aab1c58e8c4d3be6a16 100755 --- a/setup.py +++ b/setup.py @@ -4,11 +4,11 @@ if __name__ == "__main__": setuptools.setup( name='plotter', version="0.2", - # install_requires=[ - # "numpy>=1.23.5", - # "matplotlib >=3.6.2", - # "natsort >=8.2.0", - # "imageio >=2.22.4"], + install_requires=[ + "numpy>=1.23.5", + "matplotlib >=3.6.2", + "natsort >=8.2.0", + "imageio >=2.22.4"], packages=setuptools.find_packages( where='.',