From b320b5a7823ed34a681f56a2b3ae08054c4a0c4e Mon Sep 17 00:00:00 2001 From: Lizzzka007 <gashchuk2011@mail.ru> Date: Thu, 28 Sep 2023 15:58:57 +0300 Subject: [PATCH] hotfix --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 1cdbf9a..17ca56e 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='.', -- GitLab