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

Add install_requires

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