Skip to content
Snippets Groups Projects
Commit b320b5a7 authored by 数学の武士's avatar 数学の武士
Browse files

hotfix

parent 80635497
Branches
No related tags found
No related merge requests found
...@@ -4,11 +4,11 @@ if __name__ == "__main__": ...@@ -4,11 +4,11 @@ if __name__ == "__main__":
setuptools.setup( setuptools.setup(
name='plotter', name='plotter',
version="0.2", version="0.2",
# install_requires=[ install_requires=[
# "numpy>=1.23.5", "numpy>=1.23.5",
# "matplotlib >=3.6.2", "matplotlib >=3.6.2",
# "natsort >=8.2.0", "natsort >=8.2.0",
# "imageio >=2.22.4"], "imageio >=2.22.4"],
packages=setuptools.find_packages( packages=setuptools.find_packages(
where='.', where='.',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment