Skip to content

Commit

Permalink
matplotlib, scipy, numpy missing
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderBorgmans committed Aug 3, 2023
1 parent fcd1022 commit 68664ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['h5py>=2.0.0'],
install_requires=['numpy>=1.5', 'scipy>=0.17.1', 'h5py>=2.0.0', 'matplotlib>1.0.0'],
python_requires='>=3.6',
)

0 comments on commit 68664ea

Please sign in to comment.